Class: Aws::Types::VerifiedAccessSseSpecificationRequest
- Inherits:
-
Object
- Object
- Aws::Types::VerifiedAccessSseSpecificationRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#customer_managed_key_enabled ⇒ Boolean
Returns the value of attribute customer_managed_key_enabled.
-
#kms_key_arn ⇒ ::String
Returns the value of attribute kms_key_arn.
Instance Attribute Details
#customer_managed_key_enabled ⇒ Boolean
Returns the value of attribute customer_managed_key_enabled.
18770 18771 18772 |
# File 'sig/types.rbs', line 18770 def customer_managed_key_enabled @customer_managed_key_enabled end |
#kms_key_arn ⇒ ::String
Returns the value of attribute kms_key_arn.
18771 18772 18773 |
# File 'sig/types.rbs', line 18771 def kms_key_arn @kms_key_arn end |