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)


8329
8330
8331
# File 'sig/types.rbs', line 8329

def contact_flow_id
  @contact_flow_id
end

#content::String

Returns the value of attribute content.

Returns:

  • (::String)


8330
8331
8332
# File 'sig/types.rbs', line 8330

def content
  @content
end

#instance_id::String

Returns the value of attribute instance_id.

Returns:

  • (::String)


8328
8329
8330
# File 'sig/types.rbs', line 8328

def instance_id
  @instance_id
end