AWSEC2PrefixListAssociation
Objective-C
@interface AWSEC2PrefixListAssociation
Swift
class AWSEC2PrefixListAssociation
Describes the resource with which a prefix list is associated.
-
The ID of the resource.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable resourceId;
Swift
var resourceId: String? { get set }
-
The owner of the resource.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable resourceOwner;
Swift
var resourceOwner: String? { get set }