Class: Aws::Types::SuccessfulKeyRegistrationEntry
- Inherits:
-
Object
- Object
- Aws::Types::SuccessfulKeyRegistrationEntry
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#key_arn ⇒ ::String
Returns the value of attribute key_arn.
-
#status_code ⇒ ::Integer
Returns the value of attribute status_code.
Instance Attribute Details
#key_arn ⇒ ::String
Returns the value of attribute key_arn.
10686 10687 10688 |
# File 'sig/types.rbs', line 10686 def key_arn @key_arn end |
#status_code ⇒ ::Integer
Returns the value of attribute status_code.
10687 10688 10689 |
# File 'sig/types.rbs', line 10687 def status_code @status_code end |