AWSEC2CreateSecurityGroupResult

Objective-C

@interface AWSEC2CreateSecurityGroupResult

Swift

class AWSEC2CreateSecurityGroupResult
  • The ID of the security group.

    Declaration

    Objective-C

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

    Swift

    var groupId: String? { get set }
  • The tags assigned to the security group.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSArray<AWSEC2Tag *> *_Nullable tags;

    Swift

    var tags: [AWSEC2Tag]? { get set }