Class: Aws::Types::EbsInstanceBlockDevice

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#associated_resource::String

Returns the value of attribute associated_resource.

Returns:

  • (::String)


8650
8651
8652
# File 'sig/types.rbs', line 8650

def associated_resource
  @associated_resource
end

#attach_time::Time

Returns the value of attribute attach_time.

Returns:

  • (::Time)


8646
8647
8648
# File 'sig/types.rbs', line 8646

def attach_time
  @attach_time
end

#delete_on_terminationBoolean

Returns the value of attribute delete_on_termination.

Returns:

  • (Boolean)


8647
8648
8649
# File 'sig/types.rbs', line 8647

def delete_on_termination
  @delete_on_termination
end

#ebs_card_index::Integer

Returns the value of attribute ebs_card_index.

Returns:

  • (::Integer)


8653
8654
8655
# File 'sig/types.rbs', line 8653

def ebs_card_index
  @ebs_card_index
end

#operatorTypes::OperatorResponse

Returns the value of attribute operator.



8652
8653
8654
# File 'sig/types.rbs', line 8652

def operator
  @operator
end

#status"attaching", ...

Returns the value of attribute status.

Returns:

  • ("attaching", "attached", "detaching", "detached")


8648
8649
8650
# File 'sig/types.rbs', line 8648

def status
  @status
end

#volume_id::String

Returns the value of attribute volume_id.

Returns:

  • (::String)


8649
8650
8651
# File 'sig/types.rbs', line 8649

def volume_id
  @volume_id
end

#volume_owner_id::String

Returns the value of attribute volume_owner_id.

Returns:

  • (::String)


8651
8652
8653
# File 'sig/types.rbs', line 8651

def volume_owner_id
  @volume_owner_id
end