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.
11076 11077 11078 |
# File 'sig/types.rbs', line 11076 def key_arn @key_arn end |
#status_code ⇒ ::Integer
Returns the value of attribute status_code.
11077 11078 11079 |
# File 'sig/types.rbs', line 11077 def status_code @status_code end |