Class: Aws::EC2::Types::EbsInstanceBlockDevice

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

Overview

Describes a parameter used to set up an EBS volume in a block device mapping.

Instance Attribute Summary collapse

Instance Attribute Details

#attach_timeTime

The time stamp when the attachment initiated.

Returns:

  • (Time)


14941
14942
14943
14944
14945
14946
14947
# File 'lib/aws-sdk-ec2/types.rb', line 14941

class EbsInstanceBlockDevice < Struct.new(
  :attach_time,
  :delete_on_termination,
  :status,
  :volume_id)
  include Aws::Structure
end

#delete_on_terminationBoolean

Indicates whether the volume is deleted on instance termination.

Returns:

  • (Boolean)


14941
14942
14943
14944
14945
14946
14947
# File 'lib/aws-sdk-ec2/types.rb', line 14941

class EbsInstanceBlockDevice < Struct.new(
  :attach_time,
  :delete_on_termination,
  :status,
  :volume_id)
  include Aws::Structure
end

#statusString

The attachment state.

Returns:

  • (String)


14941
14942
14943
14944
14945
14946
14947
# File 'lib/aws-sdk-ec2/types.rb', line 14941

class EbsInstanceBlockDevice < Struct.new(
  :attach_time,
  :delete_on_termination,
  :status,
  :volume_id)
  include Aws::Structure
end

#volume_idString

The ID of the EBS volume.

Returns:

  • (String)


14941
14942
14943
14944
14945
14946
14947
# File 'lib/aws-sdk-ec2/types.rb', line 14941

class EbsInstanceBlockDevice < Struct.new(
  :attach_time,
  :delete_on_termination,
  :status,
  :volume_id)
  include Aws::Structure
end