Class: Aws::Types::KeyPair
- Inherits:
-
Object
- Object
- Aws::Types::KeyPair
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#created_at ⇒ ::Time
Returns the value of attribute created_at.
-
#fingerprint ⇒ ::String
Returns the value of attribute fingerprint.
-
#location ⇒ Types::ResourceLocation
Returns the value of attribute location.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#resource_type ⇒ "ContainerService", ...
Returns the value of attribute resource_type.
-
#support_code ⇒ ::String
Returns the value of attribute support_code.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
2291 2292 2293 |
# File 'sig/types.rbs', line 2291 def arn @arn end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
2293 2294 2295 |
# File 'sig/types.rbs', line 2293 def created_at @created_at end |
#fingerprint ⇒ ::String
Returns the value of attribute fingerprint.
2297 2298 2299 |
# File 'sig/types.rbs', line 2297 def fingerprint @fingerprint end |
#location ⇒ Types::ResourceLocation
Returns the value of attribute location.
2294 2295 2296 |
# File 'sig/types.rbs', line 2294 def location @location end |
#name ⇒ ::String
Returns the value of attribute name.
2290 2291 2292 |
# File 'sig/types.rbs', line 2290 def name @name end |
#resource_type ⇒ "ContainerService", ...
Returns the value of attribute resource_type.
2295 2296 2297 |
# File 'sig/types.rbs', line 2295 def resource_type @resource_type end |
#support_code ⇒ ::String
Returns the value of attribute support_code.
2292 2293 2294 |
# File 'sig/types.rbs', line 2292 def support_code @support_code end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
2296 2297 2298 |
# File 'sig/types.rbs', line 2296 def @tags end |