Class: Aws::Types::BackendEnvironment
- Inherits:
-
Object
- Object
- Aws::Types::BackendEnvironment
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#backend_environment_arn ⇒ ::String
Returns the value of attribute backend_environment_arn.
-
#create_time ⇒ ::Time
Returns the value of attribute create_time.
-
#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.
-
#update_time ⇒ ::Time
Returns the value of attribute update_time.
Instance Attribute Details
#backend_environment_arn ⇒ ::String
Returns the value of attribute backend_environment_arn.
70 71 72 |
# File 'sig/types.rbs', line 70 def backend_environment_arn @backend_environment_arn end |
#create_time ⇒ ::Time
Returns the value of attribute create_time.
74 75 76 |
# File 'sig/types.rbs', line 74 def create_time @create_time end |
#deployment_artifacts ⇒ ::String
Returns the value of attribute deployment_artifacts.
73 74 75 |
# File 'sig/types.rbs', line 73 def deployment_artifacts @deployment_artifacts end |
#environment_name ⇒ ::String
Returns the value of attribute environment_name.
71 72 73 |
# File 'sig/types.rbs', line 71 def environment_name @environment_name end |
#stack_name ⇒ ::String
Returns the value of attribute stack_name.
72 73 74 |
# File 'sig/types.rbs', line 72 def stack_name @stack_name end |
#update_time ⇒ ::Time
Returns the value of attribute update_time.
75 76 77 |
# File 'sig/types.rbs', line 75 def update_time @update_time end |