Class: Aws::Connect::Types::HierarchyGroupSummaryReference
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::HierarchyGroupSummaryReference
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-connect/types.rb
Overview
Information about the hierarchy group.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The Amazon Resource Name (ARN) for the hierarchy group.
-
#id ⇒ String
The unique identifier for the hierarchy group.
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name (ARN) for the hierarchy group.
10915 10916 10917 10918 10919 10920 |
# File 'lib/aws-sdk-connect/types.rb', line 10915 class HierarchyGroupSummaryReference < Struct.new( :id, :arn) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The unique identifier for the hierarchy group.
10915 10916 10917 10918 10919 10920 |
# File 'lib/aws-sdk-connect/types.rb', line 10915 class HierarchyGroupSummaryReference < Struct.new( :id, :arn) SENSITIVE = [] include Aws::Structure end |