Module: Aws::IoTManagedIntegrations::Client::_PutDefaultEncryptionConfigurationResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::PutDefaultEncryptionConfigurationResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #configuration_status ⇒ Types::ConfigurationStatus
- #encryption_type ⇒ "MANAGED_INTEGRATIONS_DEFAULT_ENCRYPTION", "CUSTOMER_KEY_ENCRYPTION"
- #kms_key_arn ⇒ ::String
Instance Method Details
#configuration_status ⇒ Types::ConfigurationStatus
1001 |
# File 'sig/client.rbs', line 1001
def configuration_status: () -> Types::ConfigurationStatus
|
#encryption_type ⇒ "MANAGED_INTEGRATIONS_DEFAULT_ENCRYPTION", "CUSTOMER_KEY_ENCRYPTION"
1002 |
# File 'sig/client.rbs', line 1002
def encryption_type: () -> ("MANAGED_INTEGRATIONS_DEFAULT_ENCRYPTION" | "CUSTOMER_KEY_ENCRYPTION")
|
#kms_key_arn ⇒ ::String
1003 |
# File 'sig/client.rbs', line 1003
def kms_key_arn: () -> ::String
|