Class: Aws::Types::PutEncryptionConfigurationResponse
- Inherits:
-
Object
- Object
- Aws::Types::PutEncryptionConfigurationResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#encryption_status ⇒ "PENDING", ...
Returns the value of attribute encryption_status.
-
#encryption_type ⇒ "KMS_BASED_ENCRYPTION", "FLEETWISE_DEFAULT_ENCRYPTION"
Returns the value of attribute encryption_type.
-
#kms_key_id ⇒ ::String
Returns the value of attribute kms_key_id.
Instance Attribute Details
#encryption_status ⇒ "PENDING", ...
Returns the value of attribute encryption_status.
1085 1086 1087 |
# File 'sig/types.rbs', line 1085 def encryption_status @encryption_status end |
#encryption_type ⇒ "KMS_BASED_ENCRYPTION", "FLEETWISE_DEFAULT_ENCRYPTION"
Returns the value of attribute encryption_type.
1086 1087 1088 |
# File 'sig/types.rbs', line 1086 def encryption_type @encryption_type end |
#kms_key_id ⇒ ::String
Returns the value of attribute kms_key_id.
1084 1085 1086 |
# File 'sig/types.rbs', line 1084 def kms_key_id @kms_key_id end |