Class: Aws::QuickSight::Types::ListOAuthClientApplicationsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::ListOAuthClientApplicationsResponse
- Defined in:
- gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
A pagination token that can be used in a subsequent request.
-
#o_auth_client_applications ⇒ Array<Types::OAuthClientApplicationSummary>
A list of OAuthClientApplication summaries.
-
#request_id ⇒ String
The Amazon Web Services request ID for this operation.
-
#status ⇒ Integer
The HTTP status of the request.
Instance Attribute Details
#next_token ⇒ String
A pagination token that can be used in a subsequent request.
29273 29274 29275 29276 29277 29278 29279 29280 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 29273 class ListOAuthClientApplicationsResponse < Struct.new( :o_auth_client_applications, :next_token, :request_id, :status) SENSITIVE = [] include Aws::Structure end |
#o_auth_client_applications ⇒ Array<Types::OAuthClientApplicationSummary>
A list of OAuthClientApplication summaries.
29273 29274 29275 29276 29277 29278 29279 29280 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 29273 class ListOAuthClientApplicationsResponse < Struct.new( :o_auth_client_applications, :next_token, :request_id, :status) SENSITIVE = [] include Aws::Structure end |
#request_id ⇒ String
The Amazon Web Services request ID for this operation.
29273 29274 29275 29276 29277 29278 29279 29280 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 29273 class ListOAuthClientApplicationsResponse < Struct.new( :o_auth_client_applications, :next_token, :request_id, :status) SENSITIVE = [] include Aws::Structure end |
#status ⇒ Integer
The HTTP status of the request.
29273 29274 29275 29276 29277 29278 29279 29280 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 29273 class ListOAuthClientApplicationsResponse < Struct.new( :o_auth_client_applications, :next_token, :request_id, :status) SENSITIVE = [] include Aws::Structure end |