Class: Aws::Connect::Types::HierarchyGroupSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::HierarchyGroupSummary
- Defined in:
- gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb
Overview
Contains summary information about a hierarchy group.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The Amazon Resource Name (ARN) of the hierarchy group.
-
#id ⇒ String
The identifier of the hierarchy group.
-
#name ⇒ String
The name of the hierarchy group.
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name (ARN) of the hierarchy group.
7074 7075 7076 7077 7078 7079 7080 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 7074 class HierarchyGroupSummary < Struct.new( :id, :arn, :name) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The identifier of the hierarchy group.
7074 7075 7076 7077 7078 7079 7080 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 7074 class HierarchyGroupSummary < Struct.new( :id, :arn, :name) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the hierarchy group.
7074 7075 7076 7077 7078 7079 7080 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 7074 class HierarchyGroupSummary < Struct.new( :id, :arn, :name) SENSITIVE = [] include Aws::Structure end |