You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::ECS::Types::ListTaskDefinitionFamiliesResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ECS::Types::ListTaskDefinitionFamiliesResponse
- Defined in:
- (unknown)
Overview
Returned by:
Instance Attribute Summary collapse
-
#families ⇒ Array<String>
The list of task definition family names that match the
ListTaskDefinitionFamiliesrequest. -
#next_token ⇒ String
The
nextTokenvalue to include in a futureListTaskDefinitionFamiliesrequest.
Instance Attribute Details
#families ⇒ Array<String>
The list of task definition family names that match the
ListTaskDefinitionFamilies request.
#next_token ⇒ String
The nextToken value to include in a future
ListTaskDefinitionFamilies request. When the results of a
ListTaskDefinitionFamilies request exceed maxResults, this value can
be used to retrieve the next page of results. This value is null when
there are no more results to return.