Class: Aws::QuickSight::Types::DeleteOAuthClientApplicationResponse

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

#arnString

The Amazon Resource Name (ARN) of the OAuthClientApplication that you deleted.

Returns:

  • (String)


14752
14753
14754
14755
14756
14757
14758
14759
# File 'lib/aws-sdk-quicksight/types.rb', line 14752

class DeleteOAuthClientApplicationResponse < Struct.new(
  :arn,
  :o_auth_client_application_id,
  :request_id,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#o_auth_client_application_idString

The ID of the OAuthClientApplication. This ID is unique per Amazon Web Services Region for each Amazon Web Services account.

Returns:

  • (String)


14752
14753
14754
14755
14756
14757
14758
14759
# File 'lib/aws-sdk-quicksight/types.rb', line 14752

class DeleteOAuthClientApplicationResponse < Struct.new(
  :arn,
  :o_auth_client_application_id,
  :request_id,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#request_idString

The Amazon Web Services request ID for this operation.

Returns:

  • (String)


14752
14753
14754
14755
14756
14757
14758
14759
# File 'lib/aws-sdk-quicksight/types.rb', line 14752

class DeleteOAuthClientApplicationResponse < Struct.new(
  :arn,
  :o_auth_client_application_id,
  :request_id,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#statusInteger

The HTTP status of the request.

Returns:

  • (Integer)


14752
14753
14754
14755
14756
14757
14758
14759
# File 'lib/aws-sdk-quicksight/types.rb', line 14752

class DeleteOAuthClientApplicationResponse < Struct.new(
  :arn,
  :o_auth_client_application_id,
  :request_id,
  :status)
  SENSITIVE = []
  include Aws::Structure
end