Class: Aws::Types::GetApiKeyRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetApiKeyRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#api_key ⇒ ::String
Returns the value of attribute api_key.
-
#include_value ⇒ Boolean
Returns the value of attribute include_value.
Instance Attribute Details
#api_key ⇒ ::String
Returns the value of attribute api_key.
592 593 594 |
# File 'sig/types.rbs', line 592 def api_key @api_key end |
#include_value ⇒ Boolean
Returns the value of attribute include_value.
593 594 595 |
# File 'sig/types.rbs', line 593 def include_value @include_value end |