Class: Aws::SecurityHub::Types::AwsKinesisStreamStreamEncryptionDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::AwsKinesisStreamStreamEncryptionDetails
- Defined in:
- gems/aws-sdk-securityhub/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.
13837 13838 13839 13840 13841 13842 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 13837 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.
13837 13838 13839 13840 13841 13842 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 13837 class AwsKinesisStreamStreamEncryptionDetails < Struct.new( :encryption_type, :key_id) SENSITIVE = [] include Aws::Structure end |