Class: Aws::QuickSight::Types::ListIdentityPropagationConfigsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::ListIdentityPropagationConfigsResponse
- Defined in:
- gems/aws-sdk-quicksight/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 Quick Sight 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.
29026 29027 29028 29029 29030 29031 29032 29033 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 29026 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.
29026 29027 29028 29029 29030 29031 29032 29033 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 29026 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 Quick Sight IAM Identity Center application can access.
29026 29027 29028 29029 29030 29031 29032 29033 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 29026 class ListIdentityPropagationConfigsResponse < Struct.new( :services, :next_token, :status, :request_id) SENSITIVE = [] include Aws::Structure end |
#status ⇒ Integer
The HTTP status of the request.
29026 29027 29028 29029 29030 29031 29032 29033 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 29026 class ListIdentityPropagationConfigsResponse < Struct.new( :services, :next_token, :status, :request_id) SENSITIVE = [] include Aws::Structure end |