GroupIdentifier
public struct GroupIdentifier : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The ID of the security group.
Declaration
Swift
public let groupId: String? -
The name of the security group.
Declaration
Swift
public let groupName: String? -
Undocumented
Declaration
Swift
public init(groupId: String? = nil, groupName: String? = nil)
View on GitHub
GroupIdentifier Structure Reference