Class: Aws::Types::CreateBackendEnvironmentRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateBackendEnvironmentRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#app_id ⇒ ::String
Returns the value of attribute app_id.
-
#deployment_artifacts ⇒ ::String
Returns the value of attribute deployment_artifacts.
-
#environment_name ⇒ ::String
Returns the value of attribute environment_name.
-
#stack_name ⇒ ::String
Returns the value of attribute stack_name.
Instance Attribute Details
#app_id ⇒ ::String
Returns the value of attribute app_id.
168 169 170 |
# File 'sig/types.rbs', line 168 def app_id @app_id end |
#deployment_artifacts ⇒ ::String
Returns the value of attribute deployment_artifacts.
171 172 173 |
# File 'sig/types.rbs', line 171 def deployment_artifacts @deployment_artifacts end |
#environment_name ⇒ ::String
Returns the value of attribute environment_name.
169 170 171 |
# File 'sig/types.rbs', line 169 def environment_name @environment_name end |
#stack_name ⇒ ::String
Returns the value of attribute stack_name.
170 171 172 |
# File 'sig/types.rbs', line 170 def stack_name @stack_name end |