AWSEC2SecurityGroupRuleDescription

Objective-C

@interface AWSEC2SecurityGroupRuleDescription

Swift

class AWSEC2SecurityGroupRuleDescription

Describes the description of a security group rule.

You can use this when you want to update the security group rule description for either an inbound or outbound rule.

  • The description of the security group rule.

    Declaration

    Objective-C

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

    Swift

    var detail: String? { get set }
  • The ID of the security group rule.

    Declaration

    Objective-C

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

    Swift

    var securityGroupRuleId: String? { get set }