Class: Aws::Proton::Types::ListServicesOutput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-proton/lib/aws-sdk-proton/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#next_tokenString

A token that indicates the location of the next service in the array of services, after the current requested list of services.

Returns:

  • (String)


4248
4249
4250
4251
4252
4253
# File 'gems/aws-sdk-proton/lib/aws-sdk-proton/types.rb', line 4248

class ListServicesOutput < Struct.new(
  :next_token,
  :services)
  SENSITIVE = []
  include Aws::Structure
end

#servicesArray<Types::ServiceSummary>

An array of services with summaries of detail data.

Returns:



4248
4249
4250
4251
4252
4253
# File 'gems/aws-sdk-proton/lib/aws-sdk-proton/types.rb', line 4248

class ListServicesOutput < Struct.new(
  :next_token,
  :services)
  SENSITIVE = []
  include Aws::Structure
end