Class: Aws::Types::StopDeploymentRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#allow_revert ⇒ Boolean

Returns the value of attribute allow_revert.

Returns:

  • (Boolean)


820
821
822
# File 'sig/types.rbs', line 820

def allow_revert
  @allow_revert
end

#application_id ⇒ ::String

Returns the value of attribute application_id.

Returns:

  • (::String)


817
818
819
# File 'sig/types.rbs', line 817

def application_id
  @application_id
end

#deployment_number ⇒ ::Integer

Returns the value of attribute deployment_number.

Returns:

  • (::Integer)


819
820
821
# File 'sig/types.rbs', line 819

def deployment_number
  @deployment_number
end

#environment_id ⇒ ::String

Returns the value of attribute environment_id.

Returns:

  • (::String)


818
819
820
# File 'sig/types.rbs', line 818

def environment_id
  @environment_id
end