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.
2454 2455 2456 |
# File 'sig/types.rbs', line 2454 def arn @arn end |
#creation_status ⇒ "CREATION_IN_PROGRESS", ...
Returns the value of attribute creation_status.
2456 2457 2458 |
# File 'sig/types.rbs', line 2456 def creation_status @creation_status end |
#o_auth_client_application_id ⇒ ::String
Returns the value of attribute o_auth_client_application_id.
2455 2456 2457 |
# File 'sig/types.rbs', line 2455 def o_auth_client_application_id @o_auth_client_application_id end |
#request_id ⇒ ::String
Returns the value of attribute request_id.
2457 2458 2459 |
# File 'sig/types.rbs', line 2457 def request_id @request_id end |
#status ⇒ ::Integer
Returns the value of attribute status.
2458 2459 2460 |
# File 'sig/types.rbs', line 2458 def status @status end |