Class: Aws::Types::ContinuousDeploymentPolicyConfig

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Instance Attribute Summary collapse

Instance Attribute Details

#enabledBoolean

Returns the value of attribute enabled.



418
419
420
# File 'sig/types.rbs', line 418

def enabled
  @enabled
end

#staging_distribution_dns_namesTypes::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_configTypes::TrafficConfig

Returns the value of attribute traffic_config.



419
420
421
# File 'sig/types.rbs', line 419

def traffic_config
  @traffic_config
end