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_resourceString

The ARN of the Amazon ECS or Fargate task to which the volume is attached.

Returns:

  • (String)


30202
30203
30204
30205
30206
30207
30208
30209
30210
30211
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 30202

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

#attach_timeTime

The time stamp when the attachment initiated.

Returns:

  • (Time)


30202
30203
30204
30205
30206
30207
30208
30209
30210
30211
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 30202

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

#delete_on_terminationBoolean

Indicates whether the volume is deleted on instance termination.

Returns:

  • (Boolean)


30202
30203
30204
30205
30206
30207
30208
30209
30210
30211
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 30202

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

#statusString

The attachment state.

Returns:

  • (String)


30202
30203
30204
30205
30206
30207
30208
30209
30210
30211
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 30202

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

#volume_idString

The ID of the EBS volume.

Returns:

  • (String)


30202
30203
30204
30205
30206
30207
30208
30209
30210
30211
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 30202

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

#volume_owner_idString

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

This parameter is returned only for volumes that are attached to Fargate tasks.

Returns:

  • (String)


30202
30203
30204
30205
30206
30207
30208
30209
30210
30211
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 30202

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