Class: Aws::Types::ScheduledInstancesBlockDeviceMapping

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#device_name::String

Returns the value of attribute device_name.

Returns:

  • (::String)


17027
17028
17029
# File 'sig/types.rbs', line 17027

def device_name
  @device_name
end

#ebsTypes::ScheduledInstancesEbs

Returns the value of attribute ebs.



17028
17029
17030
# File 'sig/types.rbs', line 17028

def ebs
  @ebs
end

#no_device::String

Returns the value of attribute no_device.

Returns:

  • (::String)


17029
17030
17031
# File 'sig/types.rbs', line 17029

def no_device
  @no_device
end

#virtual_name::String

Returns the value of attribute virtual_name.

Returns:

  • (::String)


17030
17031
17032
# File 'sig/types.rbs', line 17030

def virtual_name
  @virtual_name
end