Class: Aws::IoTManagedIntegrations::Types::PutDefaultEncryptionConfigurationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTManagedIntegrations::Types::PutDefaultEncryptionConfigurationRequest
- Defined in:
- gems/aws-sdk-iotmanagedintegrations/lib/aws-sdk-iotmanagedintegrations/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#encryption_type ⇒ String
The type of encryption used for the encryption configuration.
-
#kms_key_arn ⇒ String
The Key Amazon Resource Name (ARN) of the AWS KMS key used for KMS encryption if you use
KMS_BASED_ENCRYPTION.
Instance Attribute Details
#encryption_type ⇒ String
The type of encryption used for the encryption configuration.
4059 4060 4061 4062 4063 4064 |
# File 'gems/aws-sdk-iotmanagedintegrations/lib/aws-sdk-iotmanagedintegrations/types.rb', line 4059 class PutDefaultEncryptionConfigurationRequest < Struct.new( :encryption_type, :kms_key_arn) SENSITIVE = [] include Aws::Structure end |
#kms_key_arn ⇒ String
The Key Amazon Resource Name (ARN) of the AWS KMS key used for KMS
encryption if you use KMS_BASED_ENCRYPTION.
4059 4060 4061 4062 4063 4064 |
# File 'gems/aws-sdk-iotmanagedintegrations/lib/aws-sdk-iotmanagedintegrations/types.rb', line 4059 class PutDefaultEncryptionConfigurationRequest < Struct.new( :encryption_type, :kms_key_arn) SENSITIVE = [] include Aws::Structure end |