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

#deployment_id::String

Returns the value of attribute deployment_id.

Returns:



1386
1387
1388
# File 'sig/types.rbs', line 1386

def deployment_id
  @deployment_id
end

#patch_operations::Array[Types::PatchOperation]

Returns the value of attribute patch_operations.

Returns:



1387
1388
1389
# File 'sig/types.rbs', line 1387

def patch_operations
  @patch_operations
end

#rest_api_id::String

Returns the value of attribute rest_api_id.

Returns:



1385
1386
1387
# File 'sig/types.rbs', line 1385

def rest_api_id
  @rest_api_id
end