AWSEC2AllowedPrincipal
Objective-C
@interface AWSEC2AllowedPrincipalSwift
class AWSEC2AllowedPrincipalDescribes a principal.
- 
                  
                  The Amazon Resource Name (ARN) of the principal. DeclarationObjective-C @property (nonatomic, strong) NSString *_Nullable principal;Swift var principal: String? { get set }
- 
                  
                  The type of principal. DeclarationObjective-C @property (nonatomic) AWSEC2PrincipalType principalType;Swift var principalType: AWSEC2PrincipalType { get set }
- 
                  
                  The ID of the service. DeclarationObjective-C @property (nonatomic, strong) NSString *_Nullable serviceId;Swift var serviceId: String? { get set }
- 
                  
                  The ID of the service permission. DeclarationObjective-C @property (nonatomic, strong) NSString *_Nullable servicePermissionId;Swift var servicePermissionId: String? { get set }
 View on GitHub
View on GitHub Install in Dash
Install in Dash AWSEC2AllowedPrincipal Class Reference
        AWSEC2AllowedPrincipal Class Reference