Class: Aws::QuickSight::Types::ListIdentityPropagationConfigsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::ListIdentityPropagationConfigsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-quicksight/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
The token for the next set of results, or null if there are no more results.
-
#request_id ⇒ String
The Amazon Web Services request ID for this operation.
-
#services ⇒ Array<Types::AuthorizedTargetsByService>
A list of services and their authorized targets that the Amazon QuickSight IAM Identity Center application can access.
-
#status ⇒ Integer
The HTTP status of the request.
Instance Attribute Details
#next_token ⇒ String
The token for the next set of results, or null if there are no more results.
21142 21143 21144 21145 21146 21147 21148 21149 |
# File 'lib/aws-sdk-quicksight/types.rb', line 21142 class ListIdentityPropagationConfigsResponse < Struct.new( :services, :next_token, :status, :request_id) SENSITIVE = [] include Aws::Structure end |
#request_id ⇒ String
The Amazon Web Services request ID for this operation.
21142 21143 21144 21145 21146 21147 21148 21149 |
# File 'lib/aws-sdk-quicksight/types.rb', line 21142 class ListIdentityPropagationConfigsResponse < Struct.new( :services, :next_token, :status, :request_id) SENSITIVE = [] include Aws::Structure end |
#services ⇒ Array<Types::AuthorizedTargetsByService>
A list of services and their authorized targets that the Amazon QuickSight IAM Identity Center application can access.
21142 21143 21144 21145 21146 21147 21148 21149 |
# File 'lib/aws-sdk-quicksight/types.rb', line 21142 class ListIdentityPropagationConfigsResponse < Struct.new( :services, :next_token, :status, :request_id) SENSITIVE = [] include Aws::Structure end |
#status ⇒ Integer
The HTTP status of the request.
21142 21143 21144 21145 21146 21147 21148 21149 |
# File 'lib/aws-sdk-quicksight/types.rb', line 21142 class ListIdentityPropagationConfigsResponse < Struct.new( :services, :next_token, :status, :request_id) SENSITIVE = [] include Aws::Structure end |