ListAssociatedFleets
Retrieves the name of the fleet that is associated with the specified stack.
Request Syntax
{
"NextToken": "string
",
"StackName": "string
"
}
Request Parameters
For information about the parameters that are common to all actions, see Common Parameters.
The request accepts the following data in JSON format.
- NextToken
-
The pagination token to use to retrieve the next page of results for this operation. If this value is null, it retrieves the first page.
Type: String
Length Constraints: Minimum length of 1.
Required: No
- StackName
-
The name of the stack.
Type: String
Length Constraints: Minimum length of 1.
Required: Yes
Response Syntax
{
"Names": [ "string" ],
"NextToken": "string"
}
Response Elements
If the action is successful, the service sends back an HTTP 200 response.
The following data is returned in JSON format by the service.
Errors
For information about the errors that are common to all actions, see Common Errors.
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: