Class: Aws::EC2::Types::VolumeAttachment

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-ec2/types.rb

Overview

Describes volume attachment details.

Instance Attribute Summary collapse

Instance Attribute Details

#attach_timeTime

The time stamp when the attachment initiated.

Returns:

  • (Time)


36805
36806
36807
36808
36809
36810
36811
36812
36813
# File 'lib/aws-sdk-ec2/types.rb', line 36805

class VolumeAttachment < Struct.new(
  :attach_time,
  :device,
  :instance_id,
  :state,
  :volume_id,
  :delete_on_termination)
  include Aws::Structure
end

#delete_on_terminationBoolean

Indicates whether the EBS volume is deleted on instance termination.

Returns:

  • (Boolean)


36805
36806
36807
36808
36809
36810
36811
36812
36813
# File 'lib/aws-sdk-ec2/types.rb', line 36805

class VolumeAttachment < Struct.new(
  :attach_time,
  :device,
  :instance_id,
  :state,
  :volume_id,
  :delete_on_termination)
  include Aws::Structure
end

#deviceString

The device name.

Returns:

  • (String)


36805
36806
36807
36808
36809
36810
36811
36812
36813
# File 'lib/aws-sdk-ec2/types.rb', line 36805

class VolumeAttachment < Struct.new(
  :attach_time,
  :device,
  :instance_id,
  :state,
  :volume_id,
  :delete_on_termination)
  include Aws::Structure
end

#instance_idString

The ID of the instance.

Returns:

  • (String)


36805
36806
36807
36808
36809
36810
36811
36812
36813
# File 'lib/aws-sdk-ec2/types.rb', line 36805

class VolumeAttachment < Struct.new(
  :attach_time,
  :device,
  :instance_id,
  :state,
  :volume_id,
  :delete_on_termination)
  include Aws::Structure
end

#stateString

The attachment state of the volume.

Returns:

  • (String)


36805
36806
36807
36808
36809
36810
36811
36812
36813
# File 'lib/aws-sdk-ec2/types.rb', line 36805

class VolumeAttachment < Struct.new(
  :attach_time,
  :device,
  :instance_id,
  :state,
  :volume_id,
  :delete_on_termination)
  include Aws::Structure
end

#volume_idString

The ID of the volume.

Returns:

  • (String)


36805
36806
36807
36808
36809
36810
36811
36812
36813
# File 'lib/aws-sdk-ec2/types.rb', line 36805

class VolumeAttachment < Struct.new(
  :attach_time,
  :device,
  :instance_id,
  :state,
  :volume_id,
  :delete_on_termination)
  include Aws::Structure
end