Class: Aws::Types::CreateBackendRequest

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)


325
326
327
# File 'sig/types.rbs', line 325

def app_id
  @app_id
end

#app_name ⇒ ::String

Returns the value of attribute app_name.

Returns:

  • (::String)


326
327
328
# File 'sig/types.rbs', line 326

def app_name
  @app_name
end

#backend_environment_name ⇒ ::String

Returns the value of attribute backend_environment_name.

Returns:

  • (::String)


327
328
329
# File 'sig/types.rbs', line 327

def backend_environment_name
  @backend_environment_name
end

#resource_config ⇒ Types::ResourceConfig

Returns the value of attribute resource_config.



328
329
330
# File 'sig/types.rbs', line 328

def resource_config
  @resource_config
end

#resource_name ⇒ ::String

Returns the value of attribute resource_name.

Returns:

  • (::String)


329
330
331
# File 'sig/types.rbs', line 329

def resource_name
  @resource_name
end