class Aws::SecurityHub::Types::AwsEc2VolumeAttachment

An attachment to an Amazon EC2 volume.

@note When making an API call, you may pass AwsEc2VolumeAttachment

data as a hash:

    {
      attach_time: "NonEmptyString",
      delete_on_termination: false,
      instance_id: "NonEmptyString",
      status: "NonEmptyString",
    }

@!attribute [rw] attach_time

The datetime when the attachment initiated.
@return [String]

@!attribute [rw] delete_on_termination

Whether the EBS volume is deleted when the EC2 instance is
terminated.
@return [Boolean]

@!attribute [rw] instance_id

The identifier of the EC2 instance.
@return [String]

@!attribute [rw] status

The attachment state of the volume.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/securityhub-2018-10-26/AwsEc2VolumeAttachment AWS API Documentation

Constants

SENSITIVE