Class: Aws::Types::CreateBackendRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateBackendRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#app_id ⇒ ::String
Returns the value of attribute app_id.
-
#app_name ⇒ ::String
Returns the value of attribute app_name.
-
#backend_environment_name ⇒ ::String
Returns the value of attribute backend_environment_name.
-
#resource_config ⇒ Types::ResourceConfig
Returns the value of attribute resource_config.
-
#resource_name ⇒ ::String
Returns the value of attribute resource_name.
Instance Attribute Details
#app_id ⇒ ::String
Returns the value of attribute app_id.
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.
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.
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.
329 330 331 |
# File 'sig/types.rbs', line 329 def resource_name @resource_name end |