Group
public struct Group : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The Amazon Resource Name (ARN) for the group.
Declaration
Swift
public let arn: String? -
The group description.
Declaration
Swift
public let description: String? -
The name of the group.
Declaration
Swift
public let groupName: String? -
The principal ID of the group.
Declaration
Swift
public let principalId: String? -
Undocumented
Declaration
Swift
public init(arn: String? = nil, description: String? = nil, groupName: String? = nil, principalId: String? = nil)
View on GitHub
Group Structure Reference