Class: Aws::Connect::Types::HierarchyGroup

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

Overview

Contains 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)


9626
9627
9628
9629
9630
9631
9632
9633
9634
9635
9636
9637
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 9626

class HierarchyGroup < Struct.new(
  :id,
  :arn,
  :name,
  :level_id,
  :hierarchy_path,
  :tags,
  :last_modified_time,
  :last_modified_region)
  SENSITIVE = []
  include Aws::Structure
end

#hierarchy_pathTypes::HierarchyPath

Information about the levels in the hierarchy group.



9626
9627
9628
9629
9630
9631
9632
9633
9634
9635
9636
9637
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 9626

class HierarchyGroup < Struct.new(
  :id,
  :arn,
  :name,
  :level_id,
  :hierarchy_path,
  :tags,
  :last_modified_time,
  :last_modified_region)
  SENSITIVE = []
  include Aws::Structure
end

#idString

The identifier of the hierarchy group.

Returns:

  • (String)


9626
9627
9628
9629
9630
9631
9632
9633
9634
9635
9636
9637
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 9626

class HierarchyGroup < Struct.new(
  :id,
  :arn,
  :name,
  :level_id,
  :hierarchy_path,
  :tags,
  :last_modified_time,
  :last_modified_region)
  SENSITIVE = []
  include Aws::Structure
end

#last_modified_regionString

The Amazon Web Services Region where this resource was last modified.

Returns:

  • (String)


9626
9627
9628
9629
9630
9631
9632
9633
9634
9635
9636
9637
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 9626

class HierarchyGroup < Struct.new(
  :id,
  :arn,
  :name,
  :level_id,
  :hierarchy_path,
  :tags,
  :last_modified_time,
  :last_modified_region)
  SENSITIVE = []
  include Aws::Structure
end

#last_modified_timeTime

The timestamp when this resource was last modified.

Returns:

  • (Time)


9626
9627
9628
9629
9630
9631
9632
9633
9634
9635
9636
9637
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 9626

class HierarchyGroup < Struct.new(
  :id,
  :arn,
  :name,
  :level_id,
  :hierarchy_path,
  :tags,
  :last_modified_time,
  :last_modified_region)
  SENSITIVE = []
  include Aws::Structure
end

#level_idString

The identifier of the level in the hierarchy group.

Returns:

  • (String)


9626
9627
9628
9629
9630
9631
9632
9633
9634
9635
9636
9637
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 9626

class HierarchyGroup < Struct.new(
  :id,
  :arn,
  :name,
  :level_id,
  :hierarchy_path,
  :tags,
  :last_modified_time,
  :last_modified_region)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the hierarchy group.

Returns:

  • (String)


9626
9627
9628
9629
9630
9631
9632
9633
9634
9635
9636
9637
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 9626

class HierarchyGroup < Struct.new(
  :id,
  :arn,
  :name,
  :level_id,
  :hierarchy_path,
  :tags,
  :last_modified_time,
  :last_modified_region)
  SENSITIVE = []
  include Aws::Structure
end

#tagsHash<String,String>

The tags used to organize, track, or control access for this resource. For example, \{ "Tags": {"key1":"value1", "key2":"value2"\} \}.

Returns:

  • (Hash<String,String>)


9626
9627
9628
9629
9630
9631
9632
9633
9634
9635
9636
9637
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 9626

class HierarchyGroup < Struct.new(
  :id,
  :arn,
  :name,
  :level_id,
  :hierarchy_path,
  :tags,
  :last_modified_time,
  :last_modified_region)
  SENSITIVE = []
  include Aws::Structure
end