Class: Aws::Types::UpdateContactFlowModuleContentRequest

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)


8787
8788
8789
# File 'sig/types.rbs', line 8787

def contact_flow_module_id
  @contact_flow_module_id
end

#content::String

Returns the value of attribute content.

Returns:

  • (::String)


8788
8789
8790
# File 'sig/types.rbs', line 8788

def content
  @content
end

#instance_id::String

Returns the value of attribute instance_id.

Returns:

  • (::String)


8786
8787
8788
# File 'sig/types.rbs', line 8786

def instance_id
  @instance_id
end

#settings::String

Returns the value of attribute settings.

Returns:

  • (::String)


8789
8790
8791
# File 'sig/types.rbs', line 8789

def settings
  @settings
end