Class: Aws::Types::ContinuousDeploymentPolicyConfig
- Inherits:
-
Object
- Object
- Aws::Types::ContinuousDeploymentPolicyConfig
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#enabled ⇒ Boolean
Returns the value of attribute enabled.
-
#staging_distribution_dns_names ⇒ Types::StagingDistributionDnsNames
Returns the value of attribute staging_distribution_dns_names.
-
#traffic_config ⇒ Types::TrafficConfig
Returns the value of attribute traffic_config.
Instance Attribute Details
#enabled ⇒ Boolean
Returns the value of attribute enabled.
418 419 420 |
# File 'sig/types.rbs', line 418 def enabled @enabled end |
#staging_distribution_dns_names ⇒ Types::StagingDistributionDnsNames
Returns the value of attribute staging_distribution_dns_names.
417 418 419 |
# File 'sig/types.rbs', line 417 def staging_distribution_dns_names @staging_distribution_dns_names end |
#traffic_config ⇒ Types::TrafficConfig
Returns the value of attribute traffic_config.
419 420 421 |
# File 'sig/types.rbs', line 419 def traffic_config @traffic_config end |