Class: Aws::Proton::Types::ListServicesInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Proton::Types::ListServicesInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-proton/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#max_results ⇒ Integer
The maximum number of services to list.
-
#next_token ⇒ String
A token that indicates the location of the next service in the array of services, after the list of services that was previously requested.
Instance Attribute Details
#max_results ⇒ Integer
The maximum number of services to list.
4230 4231 4232 4233 4234 4235 |
# File 'lib/aws-sdk-proton/types.rb', line 4230 class ListServicesInput < Struct.new( :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
A token that indicates the location of the next service in the array of services, after the list of services that was previously requested.
4230 4231 4232 4233 4234 4235 |
# File 'lib/aws-sdk-proton/types.rb', line 4230 class ListServicesInput < Struct.new( :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |