Class: Aws::Types::PlaybackKeyPair
- Inherits:
-
Object
- Object
- Aws::Types::PlaybackKeyPair
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#fingerprint ⇒ ::String
Returns the value of attribute fingerprint.
-
#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.
568 569 570 |
# File 'sig/types.rbs', line 568 def arn @arn end |
#fingerprint ⇒ ::String
Returns the value of attribute fingerprint.
570 571 572 |
# File 'sig/types.rbs', line 570 def fingerprint @fingerprint end |
#name ⇒ ::String
Returns the value of attribute name.
569 570 571 |
# File 'sig/types.rbs', line 569 def name @name end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
571 572 573 |
# File 'sig/types.rbs', line 571 def @tags end |