Class: Aws::QApps::Types::CategoryInput

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

Overview

A label that web experience users associate with a library item. Web experience users use Categories to tag and filter library items.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#colorString

The color of the category, represented as a hexadecimal value of either 3 or 6 digits.

Returns:

  • (String)

483
484
485
486
487
488
489
# File 'gems/aws-sdk-qapps/lib/aws-sdk-qapps/types.rb', line 483

class CategoryInput < Struct.new(
  :id,
  :title,
  :color)
  SENSITIVE = []
  include Aws::Structure
end

#idString

The unique identifier of the category.

Returns:

  • (String)

483
484
485
486
487
488
489
# File 'gems/aws-sdk-qapps/lib/aws-sdk-qapps/types.rb', line 483

class CategoryInput < Struct.new(
  :id,
  :title,
  :color)
  SENSITIVE = []
  include Aws::Structure
end

#titleString

The name of the category.

Returns:

  • (String)

483
484
485
486
487
488
489
# File 'gems/aws-sdk-qapps/lib/aws-sdk-qapps/types.rb', line 483

class CategoryInput < Struct.new(
  :id,
  :title,
  :color)
  SENSITIVE = []
  include Aws::Structure
end