Class: Aws::Types::DeleteIntegrationRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#forceBoolean

Returns the value of attribute force.

Returns:

  • (Boolean)


355
356
357
# File 'sig/types.rbs', line 355

def force
  @force
end

#integration_name::String

Returns the value of attribute integration_name.

Returns:

  • (::String)


354
355
356
# File 'sig/types.rbs', line 354

def integration_name
  @integration_name
end