You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::SecurityHub::Types::AwsEc2VolumeDetailsWhen passing AwsEc2VolumeDetails as input to an Aws::Client method, you can use a vanilla Hash:
{
create_time: "NonEmptyString",
encrypted: false,
size: 1,
snapshot_id: "NonEmptyString",
status: "NonEmptyString",
kms_key_id: "NonEmptyString",
attachments: [
{
attach_time: "NonEmptyString",
delete_on_termination: false,
instance_id: "NonEmptyString",
status: "NonEmptyString",
},
],
}
Details about an EC2 volume.
Returned by:
Instance Attribute Summary collapseThe volume attachments.
Indicates when the volume was created.
Whether the volume is encrypted.
The ARN of the AWS Key Management Service (AWS KMS) customer master key (CMK) that was used to protect the volume encryption key for the volume.
The size of the volume, in GiBs.
The snapshot from which the volume was created.
The volume state.
Whether the volume is encrypted.
#kms_key_id ⇒ StringThe ARN of the AWS Key Management Service (AWS KMS) customer master key (CMK) that was used to protect the volume encryption key for the volume.
#size ⇒ IntegerThe size of the volume, in GiBs.
#snapshot_id ⇒ StringThe snapshot from which the volume was created.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4