Class: Aws::Types::InstanceConfiguration

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#block_device_mappings ⇒ ::Array[Types::InstanceBlockDeviceMapping]

Returns the value of attribute block_device_mappings.

Returns:



1232
1233
1234
# File 'sig/types.rbs', line 1232

def block_device_mappings
  @block_device_mappings
end

#image ⇒ ::String

Returns the value of attribute image.

Returns:

  • (::String)


1231
1232
1233
# File 'sig/types.rbs', line 1231

def image
  @image
end