AWSEC2DeviceOptions
Objective-C
@interface AWSEC2DeviceOptions
Swift
class AWSEC2DeviceOptions
Describes the options for an Amazon Web Services Verified Access device-identity based trust provider.
-
The ID of the tenant application with the device-identity provider.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable tenantId;
Swift
var tenantId: String? { get set }