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)


1139
1140
1141
# File 'sig/types.rbs', line 1139

def bundle_id
  @bundle_id
end

#dry_runBoolean

Returns the value of attribute dry_run.

Returns:

  • (Boolean)


1140
1141
1142
# File 'sig/types.rbs', line 1140

def dry_run
  @dry_run
end