Group

public struct Group : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The filter expression defining the parameters to include traces.

    Declaration

    Swift

    public let filterExpression: String?
  • The ARN of the group generated based on the GroupName.

    Declaration

    Swift

    public let groupARN: String?
  • The unique case-sensitive name of the group.

    Declaration

    Swift

    public let groupName: String?
  • The structure containing configurations related to insights. The InsightsEnabled boolean can be set to true to enable insights for the group or false to disable insights for the group.

    Declaration

    Swift

    public let insightsConfiguration: InsightsConfiguration?
  • Undocumented

    Declaration

    Swift

    public init(filterExpression: String? = nil, groupARN: String? = nil, groupName: String? = nil, insightsConfiguration: InsightsConfiguration? = nil)