Class: Aws::MigrationHubRefactorSpaces::Types::ListServicesResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::MigrationHubRefactorSpaces::Types::ListServicesResponse
- Defined in:
- gems/aws-sdk-migrationhubrefactorspaces/lib/aws-sdk-migrationhubrefactorspaces/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
The token for the next page of results.
-
#service_summary_list ⇒ Array<Types::ServiceSummary>
The list of
ServiceSummary
objects.
Instance Attribute Details
#next_token ⇒ String
The token for the next page of results.
1933 1934 1935 1936 1937 1938 |
# File 'gems/aws-sdk-migrationhubrefactorspaces/lib/aws-sdk-migrationhubrefactorspaces/types.rb', line 1933 class ListServicesResponse < Struct.new( :next_token, :service_summary_list) SENSITIVE = [] include Aws::Structure end |
#service_summary_list ⇒ Array<Types::ServiceSummary>
The list of ServiceSummary
objects.
1933 1934 1935 1936 1937 1938 |
# File 'gems/aws-sdk-migrationhubrefactorspaces/lib/aws-sdk-migrationhubrefactorspaces/types.rb', line 1933 class ListServicesResponse < Struct.new( :next_token, :service_summary_list) SENSITIVE = [] include Aws::Structure end |