Class: Aws::Types::IamRegistrationResponse
- Inherits:
-
Object
- Object
- Aws::Types::IamRegistrationResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#error_message ⇒ ::String
Returns the value of attribute error_message.
-
#registration_status ⇒ "REGISTRATION_PENDING", ...
Returns the value of attribute registration_status.
-
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
Instance Attribute Details
#error_message ⇒ ::String
Returns the value of attribute error_message.
686 687 688 |
# File 'sig/types.rbs', line 686 def end |
#registration_status ⇒ "REGISTRATION_PENDING", ...
Returns the value of attribute registration_status.
685 686 687 |
# File 'sig/types.rbs', line 685 def registration_status @registration_status end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
684 685 686 |
# File 'sig/types.rbs', line 684 def role_arn @role_arn end |