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)


16730
16731
16732
# File 'sig/types.rbs', line 16730

def device_name
  @device_name
end

#ebsTypes::ScheduledInstancesEbs

Returns the value of attribute ebs.



16731
16732
16733
# File 'sig/types.rbs', line 16731

def ebs
  @ebs
end

#no_device::String

Returns the value of attribute no_device.

Returns:

  • (::String)


16732
16733
16734
# File 'sig/types.rbs', line 16732

def no_device
  @no_device
end

#virtual_name::String

Returns the value of attribute virtual_name.

Returns:

  • (::String)


16733
16734
16735
# File 'sig/types.rbs', line 16733

def virtual_name
  @virtual_name
end