Class: Aws::BedrockAgentCoreControl::Types::ListApiKeyCredentialProvidersRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgentCoreControl::Types::ListApiKeyCredentialProvidersRequest
- 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.
10024 10025 10026 10027 10028 10029 |
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 10024 class ListApiKeyCredentialProvidersRequest < Struct.new( :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
Pagination token.
10024 10025 10026 10027 10028 10029 |
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 10024 class ListApiKeyCredentialProvidersRequest < Struct.new( :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |