Method: Aws::Connect::Types::CreateUseCaseRequest#instance_id

Defined in:
lib/aws-sdk-connect/types.rb

#instance_idString

The identifier of the Amazon Connect instance. You can [find the instance ID] in the Amazon Resource Name (ARN) of the instance.

[1]: docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html

Returns:

  • (String)


4839
4840
4841
4842
4843
4844
4845
4846
# File 'lib/aws-sdk-connect/types.rb', line 4839

class CreateUseCaseRequest < Struct.new(
  :instance_id,
  :integration_association_id,
  :use_case_type,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end