SecurityGroup

public struct SecurityGroup : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The security group ID of the EC2 instance.

    Declaration

    Swift

    public let groupId: String?
  • The security group name of the EC2 instance.

    Declaration

    Swift

    public let groupName: String?
  • Undocumented

    Declaration

    Swift

    public init(groupId: String? = nil, groupName: String? = nil)