Class: Aws::Proton::Types::ListServicesOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Proton::Types::ListServicesOutput
- Defined in:
- gems/aws-sdk-proton/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.
3948 3949 3950 3951 3952 3953 |
# File 'gems/aws-sdk-proton/lib/aws-sdk-proton/types.rb', line 3948 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.
3948 3949 3950 3951 3952 3953 |
# File 'gems/aws-sdk-proton/lib/aws-sdk-proton/types.rb', line 3948 class ListServicesOutput < Struct.new( :next_token, :services) SENSITIVE = [] include Aws::Structure end |