AWSConnectHierarchyLevel
Objective-C
@interface AWSConnectHierarchyLevel
Swift
class AWSConnectHierarchyLevel
Contains information about a hierarchy level.
-
The Amazon Resource Name (ARN) of the hierarchy level.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable arn;Swift
var arn: String? { get set } -
The identifier of the hierarchy level.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable identifier;Swift
var identifier: String? { get set } -
The Amazon Web Services Region where this resource was last modified.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable lastModifiedRegion;Swift
var lastModifiedRegion: String? { get set } -
The timestamp when this resource was last modified.
Declaration
Objective-C
@property (nonatomic, strong) NSDate *_Nullable lastModifiedTime;Swift
var lastModifiedTime: Date? { get set } -
The name of the hierarchy level.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable name;Swift
var name: String? { get set }
View on GitHub
Install in Dash
AWSConnectHierarchyLevel Class Reference