Class: Aws::Types::GetDecryptedAPIKeyRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetDecryptedAPIKeyRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#api_key ⇒ ::String
Returns the value of attribute api_key.
-
#scope ⇒ "CLOUDFRONT", "REGIONAL"
Returns the value of attribute scope.
Instance Attribute Details
#api_key ⇒ ::String
Returns the value of attribute api_key.
579 580 581 |
# File 'sig/types.rbs', line 579 def api_key @api_key end |
#scope ⇒ "CLOUDFRONT", "REGIONAL"
Returns the value of attribute scope.
578 579 580 |
# File 'sig/types.rbs', line 578 def scope @scope end |