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)


8951
8952
8953
# File 'sig/types.rbs', line 8951

def associated_resource
  @associated_resource
end

#attach_time::Time

Returns the value of attribute attach_time.

Returns:

  • (::Time)


8947
8948
8949
# File 'sig/types.rbs', line 8947

def attach_time
  @attach_time
end

#delete_on_terminationBoolean

Returns the value of attribute delete_on_termination.

Returns:

  • (Boolean)


8948
8949
8950
# File 'sig/types.rbs', line 8948

def delete_on_termination
  @delete_on_termination
end

#ebs_card_index::Integer

Returns the value of attribute ebs_card_index.

Returns:

  • (::Integer)


8954
8955
8956
# File 'sig/types.rbs', line 8954

def ebs_card_index
  @ebs_card_index
end

#operatorTypes::OperatorResponse

Returns the value of attribute operator.



8953
8954
8955
# File 'sig/types.rbs', line 8953

def operator
  @operator
end

#status"attaching", ...

Returns the value of attribute status.

Returns:

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


8949
8950
8951
# File 'sig/types.rbs', line 8949

def status
  @status
end

#volume_id::String

Returns the value of attribute volume_id.

Returns:

  • (::String)


8950
8951
8952
# File 'sig/types.rbs', line 8950

def volume_id
  @volume_id
end

#volume_owner_id::String

Returns the value of attribute volume_owner_id.

Returns:

  • (::String)


8952
8953
8954
# File 'sig/types.rbs', line 8952

def volume_owner_id
  @volume_owner_id
end