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