Class: Aws::Amplify::Types::ListBackendEnvironmentsResult

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

Overview

The result structure for the list backend environments result.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#backend_environmentsArray<Types::BackendEnvironment>

The list of backend environments for an Amplify app.

Returns:



2044
2045
2046
2047
2048
2049
# File 'gems/aws-sdk-amplify/lib/aws-sdk-amplify/types.rb', line 2044

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

#next_tokenString

A pagination token. If a non-null pagination token is returned in a result, pass its value in another request to retrieve more entries.

Returns:

  • (String)


2044
2045
2046
2047
2048
2049
# File 'gems/aws-sdk-amplify/lib/aws-sdk-amplify/types.rb', line 2044

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