AWSConnectDescribeTrafficDistributionGroupRequest
Objective-C
@interface AWSConnectDescribeTrafficDistributionGroupRequest
Swift
class AWSConnectDescribeTrafficDistributionGroupRequest
-
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.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable trafficDistributionGroupId;
Swift
var trafficDistributionGroupId: String? { get set }