Class: Aws::Types::ListKxEnvironmentsResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#environments::Array[Types::KxEnvironment]

Returns the value of attribute environments.

Returns:



926
927
928
# File 'sig/types.rbs', line 926

def environments
  @environments
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


927
928
929
# File 'sig/types.rbs', line 927

def next_token
  @next_token
end