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.
9821 9822 9823 |
# File 'sig/types.rbs', line 9821 def endpoint_config_name @endpoint_config_name end |
#production_variants ⇒ ::Array[Types::PendingProductionVariantSummary]
Returns the value of attribute production_variants.
9822 9823 9824 |
# File 'sig/types.rbs', line 9822 def production_variants @production_variants end |
#shadow_production_variants ⇒ ::Array[Types::PendingProductionVariantSummary]
Returns the value of attribute shadow_production_variants.
9824 9825 9826 |
# File 'sig/types.rbs', line 9824 def shadow_production_variants @shadow_production_variants end |
#start_time ⇒ ::Time
Returns the value of attribute start_time.
9823 9824 9825 |
# File 'sig/types.rbs', line 9823 def start_time @start_time end |