Class: Aws::GuardDuty::Types::VolumeDetail
- Inherits:
-
Struct
- Object
- Struct
- Aws::GuardDuty::Types::VolumeDetail
- Defined in:
- gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb
Overview
Contains EBS volume details.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#device_name ⇒ String
The device name for the EBS volume.
-
#encryption_type ⇒ String
EBS volume encryption type.
-
#kms_key_arn ⇒ String
KMS key ARN used to encrypt the EBS volume.
-
#snapshot_arn ⇒ String
Snapshot ARN of the EBS volume.
-
#volume_arn ⇒ String
EBS volume ARN information.
-
#volume_size_in_gb ⇒ Integer
EBS volume size in GB.
-
#volume_type ⇒ String
The EBS volume type.
Instance Attribute Details
#device_name ⇒ String
The device name for the EBS volume.
10139 10140 10141 10142 10143 10144 10145 10146 10147 10148 10149 |
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 10139 class VolumeDetail < Struct.new( :volume_arn, :volume_type, :device_name, :volume_size_in_gb, :encryption_type, :snapshot_arn, :kms_key_arn) SENSITIVE = [] include Aws::Structure end |
#encryption_type ⇒ String
EBS volume encryption type.
10139 10140 10141 10142 10143 10144 10145 10146 10147 10148 10149 |
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 10139 class VolumeDetail < Struct.new( :volume_arn, :volume_type, :device_name, :volume_size_in_gb, :encryption_type, :snapshot_arn, :kms_key_arn) SENSITIVE = [] include Aws::Structure end |
#kms_key_arn ⇒ String
KMS key ARN used to encrypt the EBS volume.
10139 10140 10141 10142 10143 10144 10145 10146 10147 10148 10149 |
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 10139 class VolumeDetail < Struct.new( :volume_arn, :volume_type, :device_name, :volume_size_in_gb, :encryption_type, :snapshot_arn, :kms_key_arn) SENSITIVE = [] include Aws::Structure end |
#snapshot_arn ⇒ String
Snapshot ARN of the EBS volume.
10139 10140 10141 10142 10143 10144 10145 10146 10147 10148 10149 |
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 10139 class VolumeDetail < Struct.new( :volume_arn, :volume_type, :device_name, :volume_size_in_gb, :encryption_type, :snapshot_arn, :kms_key_arn) SENSITIVE = [] include Aws::Structure end |
#volume_arn ⇒ String
EBS volume ARN information.
10139 10140 10141 10142 10143 10144 10145 10146 10147 10148 10149 |
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 10139 class VolumeDetail < Struct.new( :volume_arn, :volume_type, :device_name, :volume_size_in_gb, :encryption_type, :snapshot_arn, :kms_key_arn) SENSITIVE = [] include Aws::Structure end |
#volume_size_in_gb ⇒ Integer
EBS volume size in GB.
10139 10140 10141 10142 10143 10144 10145 10146 10147 10148 10149 |
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 10139 class VolumeDetail < Struct.new( :volume_arn, :volume_type, :device_name, :volume_size_in_gb, :encryption_type, :snapshot_arn, :kms_key_arn) SENSITIVE = [] include Aws::Structure end |
#volume_type ⇒ String
The EBS volume type.
10139 10140 10141 10142 10143 10144 10145 10146 10147 10148 10149 |
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 10139 class VolumeDetail < Struct.new( :volume_arn, :volume_type, :device_name, :volume_size_in_gb, :encryption_type, :snapshot_arn, :kms_key_arn) SENSITIVE = [] include Aws::Structure end |