Class: Aws::Connect::Types::HierarchyGroupSummary

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#arnString

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

Returns:

  • (String)


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

#idString

The identifier of the hierarchy group.

Returns:

  • (String)


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

#nameString

The name of the hierarchy group.

Returns:

  • (String)


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