AWSConnectHierarchyGroup
Objective-C
@interface AWSConnectHierarchyGroupSwift
class AWSConnectHierarchyGroupContains information about a hierarchy group.
- 
                  
                  The Amazon Resource Name (ARN) of the hierarchy group. DeclarationObjective-C @property (nonatomic, strong) NSString *_Nullable arn;Swift var arn: String? { get set }
- 
                  
                  Information about the levels in the hierarchy group. DeclarationObjective-C @property (nonatomic, strong) AWSConnectHierarchyPath *_Nullable hierarchyPath;Swift var hierarchyPath: AWSConnectHierarchyPath? { get set }
- 
                  
                  The identifier of the hierarchy group. DeclarationObjective-C @property (nonatomic, strong) NSString *_Nullable identifier;Swift var identifier: String? { get set }
- 
                  
                  The Amazon Web Services Region where this resource was last modified. DeclarationObjective-C @property (nonatomic, strong) NSString *_Nullable lastModifiedRegion;Swift var lastModifiedRegion: String? { get set }
- 
                  
                  The timestamp when this resource was last modified. DeclarationObjective-C @property (nonatomic, strong) NSDate *_Nullable lastModifiedTime;Swift var lastModifiedTime: Date? { get set }
- 
                  
                  The identifier of the level in the hierarchy group. DeclarationObjective-C @property (nonatomic, strong) NSString *_Nullable levelId;Swift var levelId: String? { get set }
- 
                  
                  The name of the hierarchy group. DeclarationObjective-C @property (nonatomic, strong) NSString *_Nullable name;Swift var name: String? { get set }
- 
                  
                  The tags used to organize, track, or control access for this resource. For example, { “Tags”: {“key1”:“value1”, “key2”:“value2”} }. DeclarationObjective-C @property (nonatomic, strong) NSDictionary<NSString *, NSString *> *_Nullable tags;Swift var tags: [String : String]? { get set }
 View on GitHub
View on GitHub Install in Dash
Install in Dash AWSConnectHierarchyGroup Class Reference
        AWSConnectHierarchyGroup Class Reference