class Aws::Connect::Types::UpdateContactFlowNameRequest

@note When making an API call, you may pass UpdateContactFlowNameRequest

data as a hash:

    {
      instance_id: "InstanceId", # required
      contact_flow_id: "ContactFlowId", # required
      name: "ContactFlowName",
      description: "ContactFlowDescription",
    }

@!attribute [rw] instance_id

The identifier of the Amazon Connect instance.
@return [String]

@!attribute [rw] contact_flow_id

The identifier of the contact flow.
@return [String]

@!attribute [rw] name

The name of the contact flow.
@return [String]

@!attribute [rw] description

The description of the contact flow.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/UpdateContactFlowNameRequest AWS API Documentation

Constants

SENSITIVE