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)


18436
18437
18438
18439
18440
18441
18442
# File 'lib/aws-sdk-ec2/types.rb', line 18436

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)


18436
18437
18438
18439
18440
18441
18442
# File 'lib/aws-sdk-ec2/types.rb', line 18436

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

#statusString

The attachment state.

Returns:

  • (String)


18436
18437
18438
18439
18440
18441
18442
# File 'lib/aws-sdk-ec2/types.rb', line 18436

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)


18436
18437
18438
18439
18440
18441
18442
# File 'lib/aws-sdk-ec2/types.rb', line 18436

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