Class: Aws::BedrockAgentCoreControl::Types::ListWorkloadIdentitiesRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgentCoreControl::Types::ListWorkloadIdentitiesRequest
- Defined in:
- gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#max_results ⇒ Integer
Maximum number of results to return.
-
#next_token ⇒ String
Pagination token.
Instance Attribute Details
#max_results ⇒ Integer
Maximum number of results to return.
6751 6752 6753 6754 6755 6756 |
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 6751 class ListWorkloadIdentitiesRequest < Struct.new( :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
Pagination token.
6751 6752 6753 6754 6755 6756 |
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 6751 class ListWorkloadIdentitiesRequest < Struct.new( :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |