Class: Aws::QuickSight::Types::DeleteOAuthClientApplicationRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-quicksight/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#aws_account_idString

The Amazon Web Services account ID.

Returns:

  • (String)


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_idString

The ID of the OAuthClientApplication that you want to delete.

Returns:

  • (String)


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