AwsEc2NetworkInterfaceSecurityGroup
public struct AwsEc2NetworkInterfaceSecurityGroup : 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)
-
Declaration
Swift
public func validate(name: String) throws