Class: Aws::Types::PlaybackKeyPairSummary
- Inherits:
-
Object
- Object
- Aws::Types::PlaybackKeyPairSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
576 577 578 |
# File 'sig/types.rbs', line 576 def arn @arn end |
#name ⇒ ::String
Returns the value of attribute name.
577 578 579 |
# File 'sig/types.rbs', line 577 def name @name end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
578 579 580 |
# File 'sig/types.rbs', line 578 def @tags end |