Class: Aws::Connect::Types::TrafficDistributionGroup

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

Overview

Information about a traffic distribution group.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The Amazon Resource Name (ARN) of the traffic distribution group.

Returns:

  • (String)


31089
31090
31091
31092
31093
31094
31095
31096
31097
31098
31099
31100
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 31089

class TrafficDistributionGroup < Struct.new(
  :id,
  :arn,
  :name,
  :description,
  :instance_arn,
  :status,
  :tags,
  :is_default)
  SENSITIVE = []
  include Aws::Structure
end

#descriptionString

The description of the traffic distribution group.

Returns:

  • (String)


31089
31090
31091
31092
31093
31094
31095
31096
31097
31098
31099
31100
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 31089

class TrafficDistributionGroup < Struct.new(
  :id,
  :arn,
  :name,
  :description,
  :instance_arn,
  :status,
  :tags,
  :is_default)
  SENSITIVE = []
  include Aws::Structure
end

#idString

The identifier of the traffic distribution group. This can be the ID or the ARN if the API is being called in the Region where the traffic distribution group was created. The ARN must be provided if the call is from the replicated Region.

Returns:

  • (String)


31089
31090
31091
31092
31093
31094
31095
31096
31097
31098
31099
31100
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 31089

class TrafficDistributionGroup < Struct.new(
  :id,
  :arn,
  :name,
  :description,
  :instance_arn,
  :status,
  :tags,
  :is_default)
  SENSITIVE = []
  include Aws::Structure
end

#instance_arnString

The Amazon Resource Name (ARN).

Returns:

  • (String)


31089
31090
31091
31092
31093
31094
31095
31096
31097
31098
31099
31100
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 31089

class TrafficDistributionGroup < Struct.new(
  :id,
  :arn,
  :name,
  :description,
  :instance_arn,
  :status,
  :tags,
  :is_default)
  SENSITIVE = []
  include Aws::Structure
end

#is_defaultBoolean

Whether this is the default traffic distribution group created during instance replication. The default traffic distribution group cannot be deleted by the DeleteTrafficDistributionGroup API. The default traffic distribution group is deleted as part of the process for deleting a replica.

The SignInConfig distribution is available only on a default TrafficDistributionGroup (see the IsDefault parameter in the TrafficDistributionGroup data type). If you call UpdateTrafficDistribution with a modified SignInConfig and a non-default TrafficDistributionGroup, an InvalidRequestException is returned.

Returns:

  • (Boolean)


31089
31090
31091
31092
31093
31094
31095
31096
31097
31098
31099
31100
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 31089

class TrafficDistributionGroup < Struct.new(
  :id,
  :arn,
  :name,
  :description,
  :instance_arn,
  :status,
  :tags,
  :is_default)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the traffic distribution group.

Returns:

  • (String)


31089
31090
31091
31092
31093
31094
31095
31096
31097
31098
31099
31100
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 31089

class TrafficDistributionGroup < Struct.new(
  :id,
  :arn,
  :name,
  :description,
  :instance_arn,
  :status,
  :tags,
  :is_default)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The status of the traffic distribution group.

Returns:

  • (String)


31089
31090
31091
31092
31093
31094
31095
31096
31097
31098
31099
31100
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 31089

class TrafficDistributionGroup < Struct.new(
  :id,
  :arn,
  :name,
  :description,
  :instance_arn,
  :status,
  :tags,
  :is_default)
  SENSITIVE = []
  include Aws::Structure
end

#tagsHash<String,String>

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

Returns:

  • (Hash<String,String>)


31089
31090
31091
31092
31093
31094
31095
31096
31097
31098
31099
31100
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 31089

class TrafficDistributionGroup < Struct.new(
  :id,
  :arn,
  :name,
  :description,
  :instance_arn,
  :status,
  :tags,
  :is_default)
  SENSITIVE = []
  include Aws::Structure
end