Class: Aws::Types::GetPublicKeyRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetPublicKeyRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#grant_tokens ⇒ ::Array[::String]
Returns the value of attribute grant_tokens.
-
#key_id ⇒ ::String
Returns the value of attribute key_id.
Instance Attribute Details
#grant_tokens ⇒ ::Array[::String]
Returns the value of attribute grant_tokens.
490 491 492 |
# File 'sig/types.rbs', line 490 def grant_tokens @grant_tokens end |
#key_id ⇒ ::String
Returns the value of attribute key_id.
489 490 491 |
# File 'sig/types.rbs', line 489 def key_id @key_id end |