Sha256: 6bdd77b6856c8eac1e3b28706d17198bfeeb646faa989626ef783ea21618b1c8

Contents?: true

Size: 357 Bytes

Versions: 1

Compression:

Stored size: 357 Bytes

Contents

require 'hashie'

module AmiSpec
  class AwsInstanceOptions < Hashie::Dash
    include Hashie::Extensions::IgnoreUndeclared

    property :ami
    property :role
    property :subnet_id
    property :key_name
    property :aws_instance_type
    property :aws_public_ip
    property :aws_region
    property :aws_security_groups
    property :tags
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
ami_spec-0.3.0 lib/ami_spec/aws_instance_options.rb