Class: Aws::Types::BlueGreenDeployment
- Inherits:
-
Object
- Object
- Aws::Types::BlueGreenDeployment
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#blue_green_deployment_identifier ⇒ ::String
Returns the value of attribute blue_green_deployment_identifier.
-
#blue_green_deployment_name ⇒ ::String
Returns the value of attribute blue_green_deployment_name.
-
#create_time ⇒ ::Time
Returns the value of attribute create_time.
-
#delete_time ⇒ ::Time
Returns the value of attribute delete_time.
-
#source ⇒ ::String
Returns the value of attribute source.
-
#status ⇒ ::String
Returns the value of attribute status.
-
#status_details ⇒ ::String
Returns the value of attribute status_details.
-
#switchover_details ⇒ ::Array[Types::SwitchoverDetail]
Returns the value of attribute switchover_details.
-
#tag_list ⇒ ::Array[Types::Tag]
Returns the value of attribute tag_list.
-
#target ⇒ ::String
Returns the value of attribute target.
-
#tasks ⇒ ::Array[Types::BlueGreenDeploymentTask]
Returns the value of attribute tasks.
Instance Attribute Details
#blue_green_deployment_identifier ⇒ ::String
Returns the value of attribute blue_green_deployment_identifier.
152 153 154 |
# File 'sig/types.rbs', line 152 def blue_green_deployment_identifier @blue_green_deployment_identifier end |
#blue_green_deployment_name ⇒ ::String
Returns the value of attribute blue_green_deployment_name.
153 154 155 |
# File 'sig/types.rbs', line 153 def blue_green_deployment_name @blue_green_deployment_name end |
#create_time ⇒ ::Time
Returns the value of attribute create_time.
160 161 162 |
# File 'sig/types.rbs', line 160 def create_time @create_time end |
#delete_time ⇒ ::Time
Returns the value of attribute delete_time.
161 162 163 |
# File 'sig/types.rbs', line 161 def delete_time @delete_time end |
#source ⇒ ::String
Returns the value of attribute source.
154 155 156 |
# File 'sig/types.rbs', line 154 def source @source end |
#status ⇒ ::String
Returns the value of attribute status.
158 159 160 |
# File 'sig/types.rbs', line 158 def status @status end |
#status_details ⇒ ::String
Returns the value of attribute status_details.
159 160 161 |
# File 'sig/types.rbs', line 159 def status_details @status_details end |
#switchover_details ⇒ ::Array[Types::SwitchoverDetail]
Returns the value of attribute switchover_details.
156 157 158 |
# File 'sig/types.rbs', line 156 def switchover_details @switchover_details end |
#tag_list ⇒ ::Array[Types::Tag]
Returns the value of attribute tag_list.
162 163 164 |
# File 'sig/types.rbs', line 162 def tag_list @tag_list end |
#target ⇒ ::String
Returns the value of attribute target.
155 156 157 |
# File 'sig/types.rbs', line 155 def target @target end |
#tasks ⇒ ::Array[Types::BlueGreenDeploymentTask]
Returns the value of attribute tasks.
157 158 159 |
# File 'sig/types.rbs', line 157 def tasks @tasks end |