AWSEC2NetworkInterfacePermission
Objective-C
@interface AWSEC2NetworkInterfacePermissionSwift
class AWSEC2NetworkInterfacePermissionDescribes a permission for a network interface.
- 
                  
                  The Amazon Web Services account ID. DeclarationObjective-C @property (nonatomic, strong) NSString *_Nullable awsAccountId;Swift var awsAccountId: String? { get set }
- 
                  
                  The Amazon Web Service. DeclarationObjective-C @property (nonatomic, strong) NSString *_Nullable awsService;Swift var awsService: String? { get set }
- 
                  
                  The ID of the network interface. DeclarationObjective-C @property (nonatomic, strong) NSString *_Nullable networkInterfaceId;Swift var networkInterfaceId: String? { get set }
- 
                  
                  The ID of the network interface permission. DeclarationObjective-C @property (nonatomic, strong) NSString *_Nullable networkInterfacePermissionId;Swift var networkInterfacePermissionId: String? { get set }
- 
                  
                  The type of permission. DeclarationObjective-C @property (nonatomic) AWSEC2InterfacePermissionType permission;Swift var permission: AWSEC2InterfacePermissionType { get set }
- 
                  
                  Information about the state of the permission. DeclarationObjective-C @property (nonatomic, strong) AWSEC2NetworkInterfacePermissionState *_Nullable permissionState;Swift var permissionState: AWSEC2NetworkInterfacePermissionState? { get set }
 View on GitHub
View on GitHub Install in Dash
Install in Dash AWSEC2NetworkInterfacePermission Class Reference
        AWSEC2NetworkInterfacePermission Class Reference