Class: Aws::Types::DeleteContactFlowVersionRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#contact_flow_id::String

Returns the value of attribute contact_flow_id.

Returns:

  • (::String)


2288
2289
2290
# File 'sig/types.rbs', line 2288

def contact_flow_id
  @contact_flow_id
end

#contact_flow_version::Integer

Returns the value of attribute contact_flow_version.

Returns:

  • (::Integer)


2289
2290
2291
# File 'sig/types.rbs', line 2289

def contact_flow_version
  @contact_flow_version
end

#instance_id::String

Returns the value of attribute instance_id.

Returns:

  • (::String)


2287
2288
2289
# File 'sig/types.rbs', line 2287

def instance_id
  @instance_id
end