AWSEC2IpamPublicAddressSecurityGroup

Objective-C

@interface AWSEC2IpamPublicAddressSecurityGroup

Swift

class AWSEC2IpamPublicAddressSecurityGroup

The security group that the resource with the public IP address is in.

  • The security group’s ID.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable groupId;

    Swift

    var groupId: String? { get set }
  • The security group’s name.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable groupName;

    Swift

    var groupName: String? { get set }