Class: Aws::Types::CreatePublicKeyResult
- Inherits:
-
Object
- Object
- Aws::Types::CreatePublicKeyResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#etag ⇒ ::String
Returns the value of attribute etag.
-
#location ⇒ ::String
Returns the value of attribute location.
-
#public_key ⇒ Types::PublicKey
Returns the value of attribute public_key.
Instance Attribute Details
#etag ⇒ ::String
Returns the value of attribute etag.
738 739 740 |
# File 'sig/types.rbs', line 738 def etag @etag end |
#location ⇒ ::String
Returns the value of attribute location.
737 738 739 |
# File 'sig/types.rbs', line 737 def location @location end |
#public_key ⇒ Types::PublicKey
Returns the value of attribute public_key.
736 737 738 |
# File 'sig/types.rbs', line 736 def public_key @public_key end |