Class: Aws::QuickSight::Types::UpdateOAuthClientApplicationResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::UpdateOAuthClientApplicationResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-quicksight/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The Amazon Resource Name (ARN) of the OAuthClientApplication.
-
#o_auth_client_application_id ⇒ String
The ID of the OAuthClientApplication.
-
#request_id ⇒ String
The Amazon Web Services request ID for this operation.
-
#status ⇒ Integer
The HTTP status of the request.
-
#update_status ⇒ String
The status of updating the OAuthClientApplication.
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name (ARN) of the OAuthClientApplication.
44259 44260 44261 44262 44263 44264 44265 44266 44267 |
# File 'lib/aws-sdk-quicksight/types.rb', line 44259 class UpdateOAuthClientApplicationResponse < Struct.new( :arn, :o_auth_client_application_id, :update_status, :request_id, :status) SENSITIVE = [] include Aws::Structure end |
#o_auth_client_application_id ⇒ String
The ID of the OAuthClientApplication. This ID is unique per Amazon Web Services Region for each Amazon Web Services account.
44259 44260 44261 44262 44263 44264 44265 44266 44267 |
# File 'lib/aws-sdk-quicksight/types.rb', line 44259 class UpdateOAuthClientApplicationResponse < Struct.new( :arn, :o_auth_client_application_id, :update_status, :request_id, :status) SENSITIVE = [] include Aws::Structure end |
#request_id ⇒ String
The Amazon Web Services request ID for this operation.
44259 44260 44261 44262 44263 44264 44265 44266 44267 |
# File 'lib/aws-sdk-quicksight/types.rb', line 44259 class UpdateOAuthClientApplicationResponse < Struct.new( :arn, :o_auth_client_application_id, :update_status, :request_id, :status) SENSITIVE = [] include Aws::Structure end |
#status ⇒ Integer
The HTTP status of the request.
44259 44260 44261 44262 44263 44264 44265 44266 44267 |
# File 'lib/aws-sdk-quicksight/types.rb', line 44259 class UpdateOAuthClientApplicationResponse < Struct.new( :arn, :o_auth_client_application_id, :update_status, :request_id, :status) SENSITIVE = [] include Aws::Structure end |
#update_status ⇒ String
The status of updating the OAuthClientApplication.
44259 44260 44261 44262 44263 44264 44265 44266 44267 |
# File 'lib/aws-sdk-quicksight/types.rb', line 44259 class UpdateOAuthClientApplicationResponse < Struct.new( :arn, :o_auth_client_application_id, :update_status, :request_id, :status) SENSITIVE = [] include Aws::Structure end |