Class: Aws::Types::PendingDeploymentSummary
- Inherits:
-
Object
- Object
- Aws::Types::PendingDeploymentSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#endpoint_config_name ⇒ ::String
Returns the value of attribute endpoint_config_name.
-
#production_variants ⇒ ::Array[Types::PendingProductionVariantSummary]
Returns the value of attribute production_variants.
-
#shadow_production_variants ⇒ ::Array[Types::PendingProductionVariantSummary]
Returns the value of attribute shadow_production_variants.
-
#start_time ⇒ ::Time
Returns the value of attribute start_time.
Instance Attribute Details
#endpoint_config_name ⇒ ::String
Returns the value of attribute endpoint_config_name.
9758 9759 9760 |
# File 'sig/types.rbs', line 9758 def endpoint_config_name @endpoint_config_name end |
#production_variants ⇒ ::Array[Types::PendingProductionVariantSummary]
Returns the value of attribute production_variants.
9759 9760 9761 |
# File 'sig/types.rbs', line 9759 def production_variants @production_variants end |
#shadow_production_variants ⇒ ::Array[Types::PendingProductionVariantSummary]
Returns the value of attribute shadow_production_variants.
9761 9762 9763 |
# File 'sig/types.rbs', line 9761 def shadow_production_variants @shadow_production_variants end |
#start_time ⇒ ::Time
Returns the value of attribute start_time.
9760 9761 9762 |
# File 'sig/types.rbs', line 9760 def start_time @start_time end |