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)


8525
8526
8527
# File 'sig/types.rbs', line 8525

def contact_flow_id
  @contact_flow_id
end

#content::String

Returns the value of attribute content.

Returns:

  • (::String)


8526
8527
8528
# File 'sig/types.rbs', line 8526

def content
  @content
end

#instance_id::String

Returns the value of attribute instance_id.

Returns:

  • (::String)


8524
8525
8526
# File 'sig/types.rbs', line 8524

def instance_id
  @instance_id
end