Class: Aws::Types::CreateOAuthClientApplicationResponse
- Inherits:
-
Object
- Object
- Aws::Types::CreateOAuthClientApplicationResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#creation_status ⇒ "CREATION_IN_PROGRESS", ...
Returns the value of attribute creation_status.
-
#o_auth_client_application_id ⇒ ::String
Returns the value of attribute o_auth_client_application_id.
-
#request_id ⇒ ::String
Returns the value of attribute request_id.
-
#status ⇒ ::Integer
Returns the value of attribute status.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
2585 2586 2587 |
# File 'sig/types.rbs', line 2585 def arn @arn end |
#creation_status ⇒ "CREATION_IN_PROGRESS", ...
Returns the value of attribute creation_status.
2587 2588 2589 |
# File 'sig/types.rbs', line 2587 def creation_status @creation_status end |
#o_auth_client_application_id ⇒ ::String
Returns the value of attribute o_auth_client_application_id.
2586 2587 2588 |
# File 'sig/types.rbs', line 2586 def o_auth_client_application_id @o_auth_client_application_id end |
#request_id ⇒ ::String
Returns the value of attribute request_id.
2588 2589 2590 |
# File 'sig/types.rbs', line 2588 def request_id @request_id end |
#status ⇒ ::Integer
Returns the value of attribute status.
2589 2590 2591 |
# File 'sig/types.rbs', line 2589 def status @status end |