Class: Aws::Types::GetBackendEnvironmentRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#app_id::String

Returns the value of attribute app_id.

Returns:

  • (::String)


380
381
382
# File 'sig/types.rbs', line 380

def app_id
  @app_id
end

#environment_name::String

Returns the value of attribute environment_name.

Returns:

  • (::String)


381
382
383
# File 'sig/types.rbs', line 381

def environment_name
  @environment_name
end