GetGroupResult

public struct GetGroupResult : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The group that was requested. Contains the name of the group, the ARN of the group, and the filter expression that assigned to the group.

    Declaration

    Swift

    public let group: Group?
  • Undocumented

    Declaration

    Swift

    public init(group: Group? = nil)