Class: Aws::Types::StopDeploymentInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#auto_rollback_enabledBoolean

Returns the value of attribute auto_rollback_enabled.

Returns:

  • (Boolean)


1181
1182
1183
# File 'sig/types.rbs', line 1181

def auto_rollback_enabled
  @auto_rollback_enabled
end

#deployment_id::String

Returns the value of attribute deployment_id.

Returns:

  • (::String)


1180
1181
1182
# File 'sig/types.rbs', line 1180

def deployment_id
  @deployment_id
end