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.
14725 14726 14727 14728 14729 14730 |
# File 'lib/aws-sdk-quicksight/types.rb', line 14725 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.
14725 14726 14727 14728 14729 14730 |
# File 'lib/aws-sdk-quicksight/types.rb', line 14725 class DeleteOAuthClientApplicationRequest < Struct.new( :aws_account_id, :o_auth_client_application_id) SENSITIVE = [] include Aws::Structure end |