Module: Aws::IoTSiteWise::Client::_DescribeDefaultEncryptionConfigurationResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::DescribeDefaultEncryptionConfigurationResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #configuration_status ⇒ Types::ConfigurationStatus
- #encryption_type ⇒ "SITEWISE_DEFAULT_ENCRYPTION", "KMS_BASED_ENCRYPTION"
- #kms_key_arn ⇒ ::String
Instance Method Details
#configuration_status ⇒ Types::ConfigurationStatus
1250 |
# File 'sig/client.rbs', line 1250
def configuration_status: () -> Types::ConfigurationStatus
|
#encryption_type ⇒ "SITEWISE_DEFAULT_ENCRYPTION", "KMS_BASED_ENCRYPTION"
1248 |
# File 'sig/client.rbs', line 1248
def encryption_type: () -> ("SITEWISE_DEFAULT_ENCRYPTION" | "KMS_BASED_ENCRYPTION")
|
#kms_key_arn ⇒ ::String
1249 |
# File 'sig/client.rbs', line 1249
def kms_key_arn: () -> ::String
|