Class: Aws::Types::VerifiedAccessSseSpecificationResponse
- Inherits:
-
Object
- Object
- Aws::Types::VerifiedAccessSseSpecificationResponse
- 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.
18776 18777 18778 |
# File 'sig/types.rbs', line 18776 def customer_managed_key_enabled @customer_managed_key_enabled end |
#kms_key_arn ⇒ ::String
Returns the value of attribute kms_key_arn.
18777 18778 18779 |
# File 'sig/types.rbs', line 18777 def kms_key_arn @kms_key_arn end |