Class: Aws::Connect::Types::CreateUseCaseRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#instance_idString

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

Returns:

  • (String)


3757
3758
3759
3760
3761
3762
3763
3764
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 3757

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

#integration_association_idString

The identifier for the integration association.

Returns:

  • (String)


3757
3758
3759
3760
3761
3762
3763
3764
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 3757

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

#tagsHash<String,String>

The tags used to organize, track, or control access for this resource. For example, \{ "Tags": {"key1":"value1", "key2":"value2"\} \}.

Returns:

  • (Hash<String,String>)


3757
3758
3759
3760
3761
3762
3763
3764
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 3757

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

#use_case_typeString

The type of use case to associate to the integration association. Each integration association can have only one of each use case type.

Returns:

  • (String)


3757
3758
3759
3760
3761
3762
3763
3764
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 3757

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