Sha256: 0fe1a8f619f967ebe4e9506b487c95fa9e1ae4abc18602372c537978a1c1b3e7

Contents?: true

Size: 338 Bytes

Versions: 2

Compression:

Stored size: 338 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
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
ami_spec-0.2.0 lib/ami_spec/aws_instance_options.rb
ami_spec-0.1.0 lib/ami_spec/aws_instance_options.rb