Class: Aws::Types::CancelImageLaunchPermissionRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#dry_runBoolean

Returns the value of attribute dry_run.

Returns:

  • (Boolean)


1205
1206
1207
# File 'sig/types.rbs', line 1205

def dry_run
  @dry_run
end

#image_id::String

Returns the value of attribute image_id.

Returns:

  • (::String)


1204
1205
1206
# File 'sig/types.rbs', line 1204

def image_id
  @image_id
end