Class: Aws::Types::CancelBundleTaskRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#bundle_id::String

Returns the value of attribute bundle_id.

Returns:

  • (::String)


1241
1242
1243
# File 'sig/types.rbs', line 1241

def bundle_id
  @bundle_id
end

#dry_runBoolean

Returns the value of attribute dry_run.

Returns:

  • (Boolean)


1242
1243
1244
# File 'sig/types.rbs', line 1242

def dry_run
  @dry_run
end