Class: Aws::IoTSiteWise::Types::DescribeDefaultEncryptionConfigurationResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTSiteWise::Types::DescribeDefaultEncryptionConfigurationResponse
- Defined in:
- gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#configuration_status ⇒ Types::ConfigurationStatus
The status of the account configuration.
-
#encryption_type ⇒ String
The type of encryption used for the encryption configuration.
-
#kms_key_arn ⇒ String
The key ARN of the customer managed key used for KMS encryption if you use
KMS_BASED_ENCRYPTION
.
Instance Attribute Details
#configuration_status ⇒ Types::ConfigurationStatus
The status of the account configuration. This contains the
ConfigurationState
. If there's an error, it also contains the
ErrorDetails
.
4949 4950 4951 4952 4953 4954 4955 |
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 4949 class DescribeDefaultEncryptionConfigurationResponse < Struct.new( :encryption_type, :kms_key_arn, :configuration_status) SENSITIVE = [] include Aws::Structure end |
#encryption_type ⇒ String
The type of encryption used for the encryption configuration.
4949 4950 4951 4952 4953 4954 4955 |
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 4949 class DescribeDefaultEncryptionConfigurationResponse < Struct.new( :encryption_type, :kms_key_arn, :configuration_status) SENSITIVE = [] include Aws::Structure end |
#kms_key_arn ⇒ String
The key ARN of the customer managed key used for KMS encryption if
you use KMS_BASED_ENCRYPTION
.
4949 4950 4951 4952 4953 4954 4955 |
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 4949 class DescribeDefaultEncryptionConfigurationResponse < Struct.new( :encryption_type, :kms_key_arn, :configuration_status) SENSITIVE = [] include Aws::Structure end |