Class: Aws::Types::DeleteContactFlowModuleVersionRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#contact_flow_module_id::String

Returns the value of attribute contact_flow_module_id.

Returns:

  • (::String)


2269
2270
2271
# File 'sig/types.rbs', line 2269

def contact_flow_module_id
  @contact_flow_module_id
end

#contact_flow_module_version::Integer

Returns the value of attribute contact_flow_module_version.

Returns:

  • (::Integer)


2270
2271
2272
# File 'sig/types.rbs', line 2270

def contact_flow_module_version
  @contact_flow_module_version
end

#instance_id::String

Returns the value of attribute instance_id.

Returns:

  • (::String)


2268
2269
2270
# File 'sig/types.rbs', line 2268

def instance_id
  @instance_id
end