Class: Aws::Types::UpdateDeploymentInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:specifications])

Instance Attribute Summary collapse

Instance Attribute Details

#deployment_id::String

Returns the value of attribute deployment_id.

Returns:

  • (::String)


286
287
288
# File 'sig/types.rbs', line 286

def deployment_id
  @deployment_id
end

#deployment_pattern_version_name::String

Returns the value of attribute deployment_pattern_version_name.

Returns:

  • (::String)


289
290
291
# File 'sig/types.rbs', line 289

def deployment_pattern_version_name
  @deployment_pattern_version_name
end

#dry_runBoolean

Returns the value of attribute dry_run.

Returns:

  • (Boolean)


290
291
292
# File 'sig/types.rbs', line 290

def dry_run
  @dry_run
end

#forceBoolean

Returns the value of attribute force.

Returns:

  • (Boolean)


291
292
293
# File 'sig/types.rbs', line 291

def force
  @force
end

#specifications::Hash[::String, ::String]

Returns the value of attribute specifications.

Returns:

  • (::Hash[::String, ::String])


287
288
289
# File 'sig/types.rbs', line 287

def specifications
  @specifications
end

#workload_version_name::String

Returns the value of attribute workload_version_name.

Returns:

  • (::String)


288
289
290
# File 'sig/types.rbs', line 288

def workload_version_name
  @workload_version_name
end