EC2SecurityGroup

public struct EC2SecurityGroup : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • Specifies the id of the EC2 security group.

    Declaration

    Swift

    public let eC2SecurityGroupId: String?
  • Specifies the name of the EC2 security group.

    Declaration

    Swift

    public let eC2SecurityGroupName: String?
  • Specifies the AWS ID of the owner of the EC2 security group specified in the EC2SecurityGroupName field.

    Declaration

    Swift

    public let eC2SecurityGroupOwnerId: String?
  • Provides the status of the EC2 security group. Status can be “authorizing”, “authorized”, “revoking”, and “revoked”.

    Declaration

    Swift

    public let status: String?
  • Undocumented

    Declaration

    Swift

    public init(eC2SecurityGroupId: String? = nil, eC2SecurityGroupName: String? = nil, eC2SecurityGroupOwnerId: String? = nil, status: String? = nil)