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

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

Overview

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#associated_resource ⇒ String

The ARN of the Amazon Web Services-managed resource to which the volume is attached.

Returns:

  • (String)


41307
41308
41309
41310
41311
41312
41313
41314
41315
41316
41317
41318
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 41307

class EbsInstanceBlockDevice < Struct.new(
  :attach_time,
  :delete_on_termination,
  :status,
  :volume_id,
  :associated_resource,
  :volume_owner_id,
  :operator,
  :ebs_card_index)
  SENSITIVE = []
  include Aws::Structure
end

#attach_time ⇒ Time

The time stamp when the attachment initiated.

Returns:

  • (Time)


41307
41308
41309
41310
41311
41312
41313
41314
41315
41316
41317
41318
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 41307

class EbsInstanceBlockDevice < Struct.new(
  :attach_time,
  :delete_on_termination,
  :status,
  :volume_id,
  :associated_resource,
  :volume_owner_id,
  :operator,
  :ebs_card_index)
  SENSITIVE = []
  include Aws::Structure
end

#delete_on_termination ⇒ Boolean

Indicates whether the volume is deleted on instance termination.

Returns:

  • (Boolean)


41307
41308
41309
41310
41311
41312
41313
41314
41315
41316
41317
41318
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 41307

class EbsInstanceBlockDevice < Struct.new(
  :attach_time,
  :delete_on_termination,
  :status,
  :volume_id,
  :associated_resource,
  :volume_owner_id,
  :operator,
  :ebs_card_index)
  SENSITIVE = []
  include Aws::Structure
end

#ebs_card_index ⇒ Integer

The index of the EBS card. Some instance types support multiple EBS cards. The default EBS card index is 0.

Returns:

  • (Integer)


41307
41308
41309
41310
41311
41312
41313
41314
41315
41316
41317
41318
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 41307

class EbsInstanceBlockDevice < Struct.new(
  :attach_time,
  :delete_on_termination,
  :status,
  :volume_id,
  :associated_resource,
  :volume_owner_id,
  :operator,
  :ebs_card_index)
  SENSITIVE = []
  include Aws::Structure
end

#operator ⇒ Types::OperatorResponse

The service provider that manages the EBS volume.



41307
41308
41309
41310
41311
41312
41313
41314
41315
41316
41317
41318
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 41307

class EbsInstanceBlockDevice < Struct.new(
  :attach_time,
  :delete_on_termination,
  :status,
  :volume_id,
  :associated_resource,
  :volume_owner_id,
  :operator,
  :ebs_card_index)
  SENSITIVE = []
  include Aws::Structure
end

#status ⇒ String

The attachment state.

Returns:

  • (String)


41307
41308
41309
41310
41311
41312
41313
41314
41315
41316
41317
41318
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 41307

class EbsInstanceBlockDevice < Struct.new(
  :attach_time,
  :delete_on_termination,
  :status,
  :volume_id,
  :associated_resource,
  :volume_owner_id,
  :operator,
  :ebs_card_index)
  SENSITIVE = []
  include Aws::Structure
end

#volume_id ⇒ String

The ID of the EBS volume.

Returns:

  • (String)


41307
41308
41309
41310
41311
41312
41313
41314
41315
41316
41317
41318
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 41307

class EbsInstanceBlockDevice < Struct.new(
  :attach_time,
  :delete_on_termination,
  :status,
  :volume_id,
  :associated_resource,
  :volume_owner_id,
  :operator,
  :ebs_card_index)
  SENSITIVE = []
  include Aws::Structure
end

#volume_owner_id ⇒ String

The ID of the Amazon Web Services account that owns the volume.

This parameter is returned only for volumes that are attached to Amazon Web Services-managed resources.

Returns:

  • (String)


41307
41308
41309
41310
41311
41312
41313
41314
41315
41316
41317
41318
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 41307

class EbsInstanceBlockDevice < Struct.new(
  :attach_time,
  :delete_on_termination,
  :status,
  :volume_id,
  :associated_resource,
  :volume_owner_id,
  :operator,
  :ebs_card_index)
  SENSITIVE = []
  include Aws::Structure
end