Class: Aws::Types::AwsEc2VolumeAttachment

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#attach_time::String

Returns the value of attribute attach_time.

Returns:

  • (::String)


1892
1893
1894
# File 'sig/types.rbs', line 1892

def attach_time
  @attach_time
end

#delete_on_terminationBoolean

Returns the value of attribute delete_on_termination.

Returns:

  • (Boolean)


1893
1894
1895
# File 'sig/types.rbs', line 1893

def delete_on_termination
  @delete_on_termination
end

#instance_id::String

Returns the value of attribute instance_id.

Returns:

  • (::String)


1894
1895
1896
# File 'sig/types.rbs', line 1894

def instance_id
  @instance_id
end

#status::String

Returns the value of attribute status.

Returns:

  • (::String)


1895
1896
1897
# File 'sig/types.rbs', line 1895

def status
  @status
end