EC2SecurityGroup
public struct EC2SecurityGroup : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The name of the EC2 Security Group.
Declaration
Swift
public let eC2SecurityGroupName: String? -
The AWS ID of the owner of the EC2 security group specified in the EC2SecurityGroupName field.
Declaration
Swift
public let eC2SecurityGroupOwnerId: String? -
The status of the EC2 security group.
Declaration
Swift
public let status: String? -
The list of tags for the EC2 security group.
Declaration
Swift
public let tags: [Tag]? -
Undocumented
Declaration
Swift
public init(eC2SecurityGroupName: String? = nil, eC2SecurityGroupOwnerId: String? = nil, status: String? = nil, tags: [Tag]? = nil)
View on GitHub
EC2SecurityGroup Structure Reference