class Aws::Connect::Types::DescribeInstanceAttributeRequest

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

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
    }

@!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]

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

Constants

SENSITIVE