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)


15749
15750
15751
15752
15753
15754
15755
15756
# File 'lib/aws-sdk-quicksight/types.rb', line 15749

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)


15749
15750
15751
15752
15753
15754
15755
15756
# File 'lib/aws-sdk-quicksight/types.rb', line 15749

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)


15749
15750
15751
15752
15753
15754
15755
15756
# File 'lib/aws-sdk-quicksight/types.rb', line 15749

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)


15749
15750
15751
15752
15753
15754
15755
15756
# File 'lib/aws-sdk-quicksight/types.rb', line 15749

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