Class: Aws::Proton::Types::ListServiceInstancesOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Proton::Types::ListServiceInstancesOutput
- 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 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 summary 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.
4037 4038 4039 4040 4041 4042 |
# File 'lib/aws-sdk-proton/types.rb', line 4037 class ListServiceInstancesOutput < Struct.new( :next_token, :service_instances) SENSITIVE = [] include Aws::Structure end |
#service_instances ⇒ Array<Types::ServiceInstanceSummary>
An array of service instances with summary data.
4037 4038 4039 4040 4041 4042 |
# File 'lib/aws-sdk-proton/types.rb', line 4037 class ListServiceInstancesOutput < Struct.new( :next_token, :service_instances) SENSITIVE = [] include Aws::Structure end |