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.
9773 9774 9775 |
# File 'sig/types.rbs', line 9773 def endpoint_config_name @endpoint_config_name end |
#production_variants ⇒ ::Array[Types::PendingProductionVariantSummary]
Returns the value of attribute production_variants.
9774 9775 9776 |
# File 'sig/types.rbs', line 9774 def production_variants @production_variants end |
#shadow_production_variants ⇒ ::Array[Types::PendingProductionVariantSummary]
Returns the value of attribute shadow_production_variants.
9776 9777 9778 |
# File 'sig/types.rbs', line 9776 def shadow_production_variants @shadow_production_variants end |
#start_time ⇒ ::Time
Returns the value of attribute start_time.
9775 9776 9777 |
# File 'sig/types.rbs', line 9775 def start_time @start_time end |