Class: Aws::Types::GetDeploymentRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#application_id ⇒ ::String

Returns the value of attribute application_id.

Returns:

  • (::String)


570
571
572
# File 'sig/types.rbs', line 570

def application_id
  @application_id
end

#deployment_number ⇒ ::Integer

Returns the value of attribute deployment_number.

Returns:

  • (::Integer)


572
573
574
# File 'sig/types.rbs', line 572

def deployment_number
  @deployment_number
end

#environment_id ⇒ ::String

Returns the value of attribute environment_id.

Returns:

  • (::String)


571
572
573
# File 'sig/types.rbs', line 571

def environment_id
  @environment_id
end