Class: Aws::Types::CreateBackendReqObj
- Inherits:
-
Object
- Object
- Aws::Types::CreateBackendReqObj
- 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.
316 317 318 |
# File 'sig/types.rbs', line 316 def app_id @app_id end |
#app_name ⇒ ::String
Returns the value of attribute app_name.
317 318 319 |
# File 'sig/types.rbs', line 317 def app_name @app_name end |
#backend_environment_name ⇒ ::String
Returns the value of attribute backend_environment_name.
318 319 320 |
# File 'sig/types.rbs', line 318 def backend_environment_name @backend_environment_name end |
#resource_config ⇒ Types::ResourceConfig
Returns the value of attribute resource_config.
319 320 321 |
# File 'sig/types.rbs', line 319 def resource_config @resource_config end |
#resource_name ⇒ ::String
Returns the value of attribute resource_name.
320 321 322 |
# File 'sig/types.rbs', line 320 def resource_name @resource_name end |