Class: Aws::IoTManagedIntegrations::Types::PutDefaultEncryptionConfigurationResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTManagedIntegrations::Types::PutDefaultEncryptionConfigurationResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iotmanagedintegrations/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#configuration_status ⇒ Types::ConfigurationStatus
Provides the status of the default encryption configuration for an Amazon Web Services account.
-
#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
#configuration_status ⇒ Types::ConfigurationStatus
Provides the status of the default encryption configuration for an Amazon Web Services account.
4080 4081 4082 4083 4084 4085 4086 |
# File 'lib/aws-sdk-iotmanagedintegrations/types.rb', line 4080 class PutDefaultEncryptionConfigurationResponse < Struct.new( :configuration_status, :encryption_type, :kms_key_arn) SENSITIVE = [] include Aws::Structure end |
#encryption_type ⇒ String
The type of encryption used for the encryption configuration.
4080 4081 4082 4083 4084 4085 4086 |
# File 'lib/aws-sdk-iotmanagedintegrations/types.rb', line 4080 class PutDefaultEncryptionConfigurationResponse < Struct.new( :configuration_status, :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`.
4080 4081 4082 4083 4084 4085 4086 |
# File 'lib/aws-sdk-iotmanagedintegrations/types.rb', line 4080 class PutDefaultEncryptionConfigurationResponse < Struct.new( :configuration_status, :encryption_type, :kms_key_arn) SENSITIVE = [] include Aws::Structure end |