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
880 |
# File 'sig/client.rbs', line 880
def configuration_status: () -> Types::ConfigurationStatus
|
#encryption_type ⇒ "SITEWISE_DEFAULT_ENCRYPTION", "KMS_BASED_ENCRYPTION"
878 |
# File 'sig/client.rbs', line 878
def encryption_type: () -> ("SITEWISE_DEFAULT_ENCRYPTION" | "KMS_BASED_ENCRYPTION")
|
#kms_key_arn ⇒ ::String
879 |
# File 'sig/client.rbs', line 879
def kms_key_arn: () -> ::String
|