Class: Aws::Types::CreateContactFlowModuleAliasRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#alias_name::String

Returns the value of attribute alias_name.

Returns:

  • (::String)


1378
1379
1380
# File 'sig/types.rbs', line 1378

def alias_name
  @alias_name
end

#contact_flow_module_id::String

Returns the value of attribute contact_flow_module_id.

Returns:

  • (::String)


1376
1377
1378
# File 'sig/types.rbs', line 1376

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)


1377
1378
1379
# File 'sig/types.rbs', line 1377

def contact_flow_module_version
  @contact_flow_module_version
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


1375
1376
1377
# File 'sig/types.rbs', line 1375

def description
  @description
end

#instance_id::String

Returns the value of attribute instance_id.

Returns:

  • (::String)


1374
1375
1376
# File 'sig/types.rbs', line 1374

def instance_id
  @instance_id
end