Class: Aws::Proton::Types::ListServiceInstancesOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Proton::Types::ListServiceInstancesOutput
- 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 instance in the array of service instances, after the current requested list of service instances.
-
#service_instances ⇒ Array<Types::ServiceInstanceSummary>
An array of service instances with summaries of detail data.
Instance Attribute Details
#next_token ⇒ String
A token that indicates the location of the next service instance in the array of service instances, after the current requested list of service instances.
3046 3047 3048 3049 3050 3051 |
# File 'gems/aws-sdk-proton/lib/aws-sdk-proton/types.rb', line 3046 class ListServiceInstancesOutput < Struct.new( :next_token, :service_instances) SENSITIVE = [] include Aws::Structure end |
#service_instances ⇒ Array<Types::ServiceInstanceSummary>
An array of service instances with summaries of detail data.
3046 3047 3048 3049 3050 3051 |
# File 'gems/aws-sdk-proton/lib/aws-sdk-proton/types.rb', line 3046 class ListServiceInstancesOutput < Struct.new( :next_token, :service_instances) SENSITIVE = [] include Aws::Structure end |