class Aws::Connect::Types::UpdateInstanceAttributeRequest

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

data as a hash:

    {
      instance_id: "InstanceId", # required
      attribute_type: "INBOUND_CALLS", # required, accepts INBOUND_CALLS, OUTBOUND_CALLS, CONTACTFLOW_LOGS, CONTACT_LENS, AUTO_RESOLVE_BEST_VOICES, USE_CUSTOM_TTS_VOICES, EARLY_MEDIA
      value: "InstanceAttributeValue", # required
    }

@!attribute [rw] instance_id

The identifier of the Amazon Connect instance. You can find the
instanceId in the ARN of the instance.
@return [String]

@!attribute [rw] attribute_type

The type of attribute.
@return [String]

@!attribute [rw] value

The value for the attribute. Maximum character limit is 100.
@return [String]

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

Constants

SENSITIVE