class Aws::Amplify::Types::ListBackendEnvironmentsRequest
The request structure for the list backend environments request.
@note When making an API call, you may pass ListBackendEnvironmentsRequest
data as a hash: { app_id: "AppId", # required environment_name: "EnvironmentName", next_token: "NextToken", max_results: 1, }
@!attribute [rw] app_id
The unique ID for an Amplify app. @return [String]
@!attribute [rw] environment_name
The name of the backend environment @return [String]
@!attribute [rw] next_token
A pagination token. Set to null to start listing backend environments from the start. If a non-null pagination token is returned in a result, pass its value in here to list more backend environments. @return [String]
@!attribute [rw] max_results
The maximum number of records to list in a single response. @return [Integer]
@see docs.aws.amazon.com/goto/WebAPI/amplify-2017-07-25/ListBackendEnvironmentsRequest AWS API Documentation
Constants
- SENSITIVE