Class: Aws::QuickSight::Types::DeleteOAuthClientApplicationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::DeleteOAuthClientApplicationRequest
- 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 delete.
Instance Attribute Details
#aws_account_id ⇒ String
The Amazon Web Services account ID.
15320 15321 15322 15323 15324 15325 |
# File 'lib/aws-sdk-quicksight/types.rb', line 15320 class DeleteOAuthClientApplicationRequest < 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 delete.
15320 15321 15322 15323 15324 15325 |
# File 'lib/aws-sdk-quicksight/types.rb', line 15320 class DeleteOAuthClientApplicationRequest < Struct.new( :aws_account_id, :o_auth_client_application_id) SENSITIVE = [] include Aws::Structure end |