Class: Aws::Types::UpdateContinuousDeploymentPolicyRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#continuous_deployment_policy_configTypes::ContinuousDeploymentPolicyConfig

Returns the value of attribute continuous_deployment_policy_config.



3947
3948
3949
# File 'sig/types.rbs', line 3947

def continuous_deployment_policy_config
  @continuous_deployment_policy_config
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


3948
3949
3950
# File 'sig/types.rbs', line 3948

def id
  @id
end

#if_match::String

Returns the value of attribute if_match.

Returns:

  • (::String)


3949
3950
3951
# File 'sig/types.rbs', line 3949

def if_match
  @if_match
end