Class: Aws::Proton::Types::ListServicesOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Proton::Types::ListServicesOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-proton/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
A token that indicates the location of the next service in the array of services, after the current requested list of services.
-
#services ⇒ Array<Types::ServiceSummary>
An array of services with summaries of detail data.
Instance Attribute Details
#next_token ⇒ String
A token that indicates the location of the next service in the array of services, after the current requested list of services.
4248 4249 4250 4251 4252 4253 |
# File 'lib/aws-sdk-proton/types.rb', line 4248 class ListServicesOutput < Struct.new( :next_token, :services) SENSITIVE = [] include Aws::Structure end |
#services ⇒ Array<Types::ServiceSummary>
An array of services with summaries of detail data.
4248 4249 4250 4251 4252 4253 |
# File 'lib/aws-sdk-proton/types.rb', line 4248 class ListServicesOutput < Struct.new( :next_token, :services) SENSITIVE = [] include Aws::Structure end |