AWSEC2UserIdGroupPair
Objective-C
@interface AWSEC2UserIdGroupPairSwift
class AWSEC2UserIdGroupPairDescribes a security group and Amazon Web Services account ID pair.
- 
                  
                  A description for the security group rule that references this user ID group pair. Constraints: Up to 255 characters in length. Allowed characters are a-z, A-Z, 0-9, spaces, and ._-:/()#,@[]+=;{}!$* DeclarationObjective-C @property (nonatomic, strong) NSString *_Nullable detail;Swift var detail: String? { get set }
- 
                  
                  The ID of the security group. DeclarationObjective-C @property (nonatomic, strong) NSString *_Nullable groupId;Swift var groupId: String? { get set }
- 
                  
                  [Default VPC] The name of the security group. For a security group in a nondefault VPC, use the security group ID. For a referenced security group in another VPC, this value is not returned if the referenced security group is deleted. DeclarationObjective-C @property (nonatomic, strong) NSString *_Nullable groupName;Swift var groupName: String? { get set }
- 
                  
                  The status of a VPC peering connection, if applicable. DeclarationObjective-C @property (nonatomic, strong) NSString *_Nullable peeringStatus;Swift var peeringStatus: String? { get set }
- 
                  
                  The ID of an Amazon Web Services account. For a referenced security group in another VPC, the account ID of the referenced security group is returned in the response. If the referenced security group is deleted, this value is not returned. DeclarationObjective-C @property (nonatomic, strong) NSString *_Nullable userId;Swift var userId: String? { get set }
- 
                  
                  The ID of the VPC for the referenced security group, if applicable. DeclarationObjective-C @property (nonatomic, strong) NSString *_Nullable vpcId;Swift var vpcId: String? { get set }
- 
                  
                  The ID of the VPC peering connection, if applicable. DeclarationObjective-C @property (nonatomic, strong) NSString *_Nullable vpcPeeringConnectionId;Swift var vpcPeeringConnectionId: String? { get set }
 View on GitHub
View on GitHub Install in Dash
Install in Dash AWSEC2UserIdGroupPair Class Reference
        AWSEC2UserIdGroupPair Class Reference