Class: Aws::SecurityHub::Types::AwsKinesisStreamStreamEncryptionDetails

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#encryption_typeString

The encryption type to use.

Returns:

  • (String)


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_idString

The globally unique identifier for the customer-managed KMS key to use for encryption.

Returns:

  • (String)


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