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)


17366
17367
17368
# File 'sig/types.rbs', line 17366

def device_name
  @device_name
end

#ebsTypes::ScheduledInstancesEbs

Returns the value of attribute ebs.



17367
17368
17369
# File 'sig/types.rbs', line 17367

def ebs
  @ebs
end

#no_device::String

Returns the value of attribute no_device.

Returns:

  • (::String)


17368
17369
17370
# File 'sig/types.rbs', line 17368

def no_device
  @no_device
end

#virtual_name::String

Returns the value of attribute virtual_name.

Returns:

  • (::String)


17369
17370
17371
# File 'sig/types.rbs', line 17369

def virtual_name
  @virtual_name
end