Class: Aws::Types::UpdateContactFlowContentRequest

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)


8654
8655
8656
# File 'sig/types.rbs', line 8654

def contact_flow_id
  @contact_flow_id
end

#content::String

Returns the value of attribute content.

Returns:

  • (::String)


8655
8656
8657
# File 'sig/types.rbs', line 8655

def content
  @content
end

#instance_id::String

Returns the value of attribute instance_id.

Returns:

  • (::String)


8653
8654
8655
# File 'sig/types.rbs', line 8653

def instance_id
  @instance_id
end