Class: Aws::Types::CloneBackendRequest

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)


150
151
152
# File 'sig/types.rbs', line 150

def app_id
  @app_id
end

#backend_environment_name ⇒ ::String

Returns the value of attribute backend_environment_name.

Returns:

  • (::String)


151
152
153
# File 'sig/types.rbs', line 151

def backend_environment_name
  @backend_environment_name
end

#target_environment_name ⇒ ::String

Returns the value of attribute target_environment_name.

Returns:

  • (::String)


152
153
154
# File 'sig/types.rbs', line 152

def target_environment_name
  @target_environment_name
end