Class: Aws::QuickSight::Types::DescribeOAuthClientApplicationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::DescribeOAuthClientApplicationRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-quicksight/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#aws_account_id ⇒ String
The Amazon Web Services account ID.
-
#o_auth_client_application_id ⇒ String
The ID of the OAuthClientApplication that you want to describe.
Instance Attribute Details
#aws_account_id ⇒ String
The Amazon Web Services account ID.
17654 17655 17656 17657 17658 17659 |
# File 'lib/aws-sdk-quicksight/types.rb', line 17654 class DescribeOAuthClientApplicationRequest < Struct.new( :aws_account_id, :o_auth_client_application_id) SENSITIVE = [] include Aws::Structure end |
#o_auth_client_application_id ⇒ String
The ID of the OAuthClientApplication that you want to describe.
17654 17655 17656 17657 17658 17659 |
# File 'lib/aws-sdk-quicksight/types.rb', line 17654 class DescribeOAuthClientApplicationRequest < Struct.new( :aws_account_id, :o_auth_client_application_id) SENSITIVE = [] include Aws::Structure end |