Class: Aws::Connect::Types::HierarchyGroupSummaryReference

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-connect/types.rb

Overview

Information about the hierarchy group.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The Amazon Resource Name (ARN) for the hierarchy group.

Returns:

  • (String)


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

#idString

The unique identifier for the hierarchy group.

Returns:

  • (String)


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