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)


12037
12038
12039
12040
12041
12042
# File 'lib/aws-sdk-connect/types.rb', line 12037

class HierarchyGroupSummaryReference < Struct.new(
  :id,
  :arn)
  SENSITIVE = []
  include Aws::Structure
end

#idString

The unique identifier for the hierarchy group.

Returns:

  • (String)


12037
12038
12039
12040
12041
12042
# File 'lib/aws-sdk-connect/types.rb', line 12037

class HierarchyGroupSummaryReference < Struct.new(
  :id,
  :arn)
  SENSITIVE = []
  include Aws::Structure
end