Class: Aws::Connect::Types::HierarchyLevel

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

Overview

Contains information about a hierarchy level.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

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

Returns:

  • (String)


9343
9344
9345
9346
9347
9348
9349
9350
9351
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 9343

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

#idString

The identifier of the hierarchy level.

Returns:

  • (String)


9343
9344
9345
9346
9347
9348
9349
9350
9351
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 9343

class HierarchyLevel < Struct.new(
  :id,
  :arn,
  :name,
  :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)


9343
9344
9345
9346
9347
9348
9349
9350
9351
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 9343

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

#last_modified_timeTime

The timestamp when this resource was last modified.

Returns:

  • (Time)


9343
9344
9345
9346
9347
9348
9349
9350
9351
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 9343

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

#nameString

The name of the hierarchy level.

Returns:

  • (String)


9343
9344
9345
9346
9347
9348
9349
9350
9351
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 9343

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