Class: Aws::QApps::Types::BatchCreateCategoryInputCategory

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

Overview

The category object to be created.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#colorString

The color to be associated with a category. The color must be a hexadecimal value of either 3 or 6 digits.

Returns:

  • (String)


248
249
250
251
252
253
254
# File 'gems/aws-sdk-qapps/lib/aws-sdk-qapps/types.rb', line 248

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

#idString

The unique identifier to be associated with a category. If you don't include a value, the category is automatically assigned a unique identifier.

Returns:

  • (String)


248
249
250
251
252
253
254
# File 'gems/aws-sdk-qapps/lib/aws-sdk-qapps/types.rb', line 248

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

#titleString

The name of the category.

Returns:

  • (String)


248
249
250
251
252
253
254
# File 'gems/aws-sdk-qapps/lib/aws-sdk-qapps/types.rb', line 248

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