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:



1966
1967
1968
1969
1970
1971
# File 'gems/aws-sdk-amplify/lib/aws-sdk-amplify/types.rb', line 1966

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)


1966
1967
1968
1969
1970
1971
# File 'gems/aws-sdk-amplify/lib/aws-sdk-amplify/types.rb', line 1966

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