EbsInstanceBlockDeviceResponse

data class EbsInstanceBlockDeviceResponse(val associatedResource: String? = null, val attachTime: String? = null, val deleteOnTermination: Boolean? = null, val status: AttachmentStatusEnumValueResponse? = null, val volumeId: String? = null, val volumeOwnerId: String? = null)

Definition of EbsInstanceBlockDevice

Constructors

Link copied to clipboard
constructor(associatedResource: String? = null, attachTime: String? = null, deleteOnTermination: Boolean? = null, status: AttachmentStatusEnumValueResponse? = null, volumeId: String? = null, volumeOwnerId: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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

Link copied to clipboard
val attachTime: String? = null

The time stamp when the attachment initiated.

Link copied to clipboard

Indicates whether the volume is deleted on instance termination.

Link copied to clipboard

The attachment state.

Link copied to clipboard
val volumeId: String? = null

The ID of the EBS volume.

Link copied to clipboard
val volumeOwnerId: String? = null

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.