Class: Aws::IoTSiteWise::Types::PutDefaultEncryptionConfigurationRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#encryption_typeString

The type of encryption used for the encryption configuration.

Returns:

  • (String)


7435
7436
7437
7438
7439
7440
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 7435

class PutDefaultEncryptionConfigurationRequest < Struct.new(
  :encryption_type,
  :kms_key_id)
  SENSITIVE = []
  include Aws::Structure
end

#kms_key_idString

The Key ID of the customer managed key used for KMS encryption. This is required if you use KMS_BASED_ENCRYPTION.

Returns:

  • (String)


7435
7436
7437
7438
7439
7440
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 7435

class PutDefaultEncryptionConfigurationRequest < Struct.new(
  :encryption_type,
  :kms_key_id)
  SENSITIVE = []
  include Aws::Structure
end