Class: Aws::Types::ListBackendEnvironmentsResult

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#backend_environments::Array[Types::BackendEnvironment]

Returns the value of attribute backend_environments.

Returns:



506
507
508
# File 'sig/types.rbs', line 506

def backend_environments
  @backend_environments
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


507
508
509
# File 'sig/types.rbs', line 507

def next_token
  @next_token
end