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)


8861
8862
8863
# File 'sig/types.rbs', line 8861

def associated_resource
  @associated_resource
end

#attach_time::Time

Returns the value of attribute attach_time.

Returns:

  • (::Time)


8857
8858
8859
# File 'sig/types.rbs', line 8857

def attach_time
  @attach_time
end

#delete_on_terminationBoolean

Returns the value of attribute delete_on_termination.

Returns:

  • (Boolean)


8858
8859
8860
# File 'sig/types.rbs', line 8858

def delete_on_termination
  @delete_on_termination
end

#ebs_card_index::Integer

Returns the value of attribute ebs_card_index.

Returns:

  • (::Integer)


8864
8865
8866
# File 'sig/types.rbs', line 8864

def ebs_card_index
  @ebs_card_index
end

#operatorTypes::OperatorResponse

Returns the value of attribute operator.



8863
8864
8865
# File 'sig/types.rbs', line 8863

def operator
  @operator
end

#status"attaching", ...

Returns the value of attribute status.

Returns:

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


8859
8860
8861
# File 'sig/types.rbs', line 8859

def status
  @status
end

#volume_id::String

Returns the value of attribute volume_id.

Returns:

  • (::String)


8860
8861
8862
# File 'sig/types.rbs', line 8860

def volume_id
  @volume_id
end

#volume_owner_id::String

Returns the value of attribute volume_owner_id.

Returns:

  • (::String)


8862
8863
8864
# File 'sig/types.rbs', line 8862

def volume_owner_id
  @volume_owner_id
end