Class: Aws::Types::EnvironmentResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:variables])

Instance Attribute Summary collapse

Instance Attribute Details

#errorTypes::EnvironmentError

Returns the value of attribute error.



639
640
641
# File 'sig/types.rbs', line 639

def error
  @error
end

#variables::Hash[::String, ::String]

Returns the value of attribute variables.

Returns:

  • (::Hash[::String, ::String])


638
639
640
# File 'sig/types.rbs', line 638

def variables
  @variables
end