Method: Aws::SecurityHub::Types::AwsEc2VolumeDetails#volume_type

Defined in:
lib/aws-sdk-securityhub/types.rb

#volume_typeString

The volume type.

Returns:

  • (String)


8768
8769
8770
8771
8772
8773
8774
8775
8776
8777
8778
8779
8780
8781
8782
# File 'lib/aws-sdk-securityhub/types.rb', line 8768

class AwsEc2VolumeDetails < Struct.new(
  :create_time,
  :device_name,
  :encrypted,
  :size,
  :snapshot_id,
  :status,
  :kms_key_id,
  :attachments,
  :volume_id,
  :volume_type,
  :volume_scan_status)
  SENSITIVE = []
  include Aws::Structure
end