AWSEC2VerifiedAccessGroup
Objective-C
@interface AWSEC2VerifiedAccessGroup
Swift
class AWSEC2VerifiedAccessGroup
Describes a Verified Access group.
-
The creation time.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable creationTime;Swift
var creationTime: String? { get set } -
The deletion time.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable deletionTime;Swift
var deletionTime: String? { get set } -
A description for the Amazon Web Services Verified Access group.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable detail;Swift
var detail: String? { get set } -
The last updated time.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable lastUpdatedTime;Swift
var lastUpdatedTime: String? { get set } -
The Amazon Web Services account number that owns the group.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable owner;Swift
var owner: String? { get set } -
The options in use for server side encryption.
Declaration
Objective-C
@property (nonatomic, strong) AWSEC2VerifiedAccessSseSpecificationResponse *_Nullable sseSpecification;Swift
var sseSpecification: AWSEC2VerifiedAccessSseSpecificationResponse? { get set } -
The ARN of the Verified Access group.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable verifiedAccessGroupArn;Swift
var verifiedAccessGroupArn: String? { get set } -
The ID of the Verified Access group.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable verifiedAccessGroupId;Swift
var verifiedAccessGroupId: String? { get set } -
The ID of the Amazon Web Services Verified Access instance.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable verifiedAccessInstanceId;Swift
var verifiedAccessInstanceId: String? { get set }
View on GitHub
Install in Dash
AWSEC2VerifiedAccessGroup Class Reference