Class: Aws::Types::CreateContactFlowModuleVersionRequest

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)


1409
1410
1411
# File 'sig/types.rbs', line 1409

def contact_flow_module_id
  @contact_flow_module_id
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


1408
1409
1410
# File 'sig/types.rbs', line 1408

def description
  @description
end

#flow_module_content_sha_256::String

Returns the value of attribute flow_module_content_sha_256.

Returns:

  • (::String)


1410
1411
1412
# File 'sig/types.rbs', line 1410

def flow_module_content_sha_256
  @flow_module_content_sha_256
end

#instance_id::String

Returns the value of attribute instance_id.

Returns:

  • (::String)


1407
1408
1409
# File 'sig/types.rbs', line 1407

def instance_id
  @instance_id
end