Class: Aws::Types::UpdateDeploymentRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#api_id::String

Returns the value of attribute api_id.

Returns:

  • (::String)


2314
2315
2316
# File 'sig/types.rbs', line 2314

def api_id
  @api_id
end

#deployment_id::String

Returns the value of attribute deployment_id.

Returns:

  • (::String)


2315
2316
2317
# File 'sig/types.rbs', line 2315

def deployment_id
  @deployment_id
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


2316
2317
2318
# File 'sig/types.rbs', line 2316

def description
  @description
end