Class: Aws::Types::DescribeOAuthClientApplicationRequest
- Inherits:
-
Object
- Object
- Aws::Types::DescribeOAuthClientApplicationRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#aws_account_id ⇒ ::String
Returns the value of attribute aws_account_id.
-
#o_auth_client_application_id ⇒ ::String
Returns the value of attribute o_auth_client_application_id.
Instance Attribute Details
#aws_account_id ⇒ ::String
Returns the value of attribute aws_account_id.
5133 5134 5135 |
# File 'sig/types.rbs', line 5133 def aws_account_id @aws_account_id end |
#o_auth_client_application_id ⇒ ::String
Returns the value of attribute o_auth_client_application_id.
5134 5135 5136 |
# File 'sig/types.rbs', line 5134 def o_auth_client_application_id @o_auth_client_application_id end |