EC2SecurityGroup
public struct EC2SecurityGroup : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The name of the Amazon EC2 security group.
Declaration
Swift
public let eC2SecurityGroupName: String?
-
The AWS account ID of the Amazon EC2 security group owner.
Declaration
Swift
public let eC2SecurityGroupOwnerId: String?
-
The status of the Amazon EC2 security group.
Declaration
Swift
public let status: String?
-
Undocumented
Declaration
Swift
public init(eC2SecurityGroupName: String? = nil, eC2SecurityGroupOwnerId: String? = nil, status: String? = nil)