Class: Aws::SecurityHub::Types::AwsKinesisStreamStreamEncryptionDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::AwsKinesisStreamStreamEncryptionDetails
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-securityhub/types.rb
Overview
Provides information about stream encryption.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#encryption_type ⇒ String
The encryption type to use.
-
#key_id ⇒ String
The globally unique identifier for the customer-managed KMS key to use for encryption.
Instance Attribute Details
#encryption_type ⇒ String
The encryption type to use.
14344 14345 14346 14347 14348 14349 |
# File 'lib/aws-sdk-securityhub/types.rb', line 14344 class AwsKinesisStreamStreamEncryptionDetails < Struct.new( :encryption_type, :key_id) SENSITIVE = [] include Aws::Structure end |
#key_id ⇒ String
The globally unique identifier for the customer-managed KMS key to use for encryption.
14344 14345 14346 14347 14348 14349 |
# File 'lib/aws-sdk-securityhub/types.rb', line 14344 class AwsKinesisStreamStreamEncryptionDetails < Struct.new( :encryption_type, :key_id) SENSITIVE = [] include Aws::Structure end |