Class: Aws::IoTManagedIntegrations::Types::PutDefaultEncryptionConfigurationRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-iotmanagedintegrations/lib/aws-sdk-iotmanagedintegrations/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)


4034
4035
4036
4037
4038
4039
# File 'gems/aws-sdk-iotmanagedintegrations/lib/aws-sdk-iotmanagedintegrations/types.rb', line 4034

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

#kms_key_arnString

The Key Amazon Resource Name (ARN) of the AWS KMS key used for KMS encryption if you use KMS_BASED_ENCRYPTION.

Returns:

  • (String)


4034
4035
4036
4037
4038
4039
# File 'gems/aws-sdk-iotmanagedintegrations/lib/aws-sdk-iotmanagedintegrations/types.rb', line 4034

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