Class: Aws::QApps::Types::CreateLibraryItemOutput

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#created_atTime

The date and time the library item was created.

Returns:

  • (Time)


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

class CreateLibraryItemOutput < Struct.new(
  :library_item_id,
  :status,
  :created_at,
  :created_by,
  :updated_at,
  :updated_by,
  :rating_count,
  :is_verified)
  SENSITIVE = []
  include Aws::Structure
end

#created_byString

The user who created the library item.

Returns:

  • (String)


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

class CreateLibraryItemOutput < Struct.new(
  :library_item_id,
  :status,
  :created_at,
  :created_by,
  :updated_at,
  :updated_by,
  :rating_count,
  :is_verified)
  SENSITIVE = []
  include Aws::Structure
end

#is_verifiedBoolean

Indicates whether the library item has been verified.

Returns:

  • (Boolean)


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

class CreateLibraryItemOutput < Struct.new(
  :library_item_id,
  :status,
  :created_at,
  :created_by,
  :updated_at,
  :updated_by,
  :rating_count,
  :is_verified)
  SENSITIVE = []
  include Aws::Structure
end

#library_item_idString

The unique identifier of the new library item.

Returns:

  • (String)


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

class CreateLibraryItemOutput < Struct.new(
  :library_item_id,
  :status,
  :created_at,
  :created_by,
  :updated_at,
  :updated_by,
  :rating_count,
  :is_verified)
  SENSITIVE = []
  include Aws::Structure
end

#rating_countInteger

The number of ratings the library item has received from users.

Returns:

  • (Integer)


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

class CreateLibraryItemOutput < Struct.new(
  :library_item_id,
  :status,
  :created_at,
  :created_by,
  :updated_at,
  :updated_by,
  :rating_count,
  :is_verified)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The status of the new library item, such as "Published".

Returns:

  • (String)


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

class CreateLibraryItemOutput < Struct.new(
  :library_item_id,
  :status,
  :created_at,
  :created_by,
  :updated_at,
  :updated_by,
  :rating_count,
  :is_verified)
  SENSITIVE = []
  include Aws::Structure
end

#updated_atTime

The date and time the library item was last updated.

Returns:

  • (Time)


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

class CreateLibraryItemOutput < Struct.new(
  :library_item_id,
  :status,
  :created_at,
  :created_by,
  :updated_at,
  :updated_by,
  :rating_count,
  :is_verified)
  SENSITIVE = []
  include Aws::Structure
end

#updated_byString

The user who last updated the library item.

Returns:

  • (String)


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

class CreateLibraryItemOutput < Struct.new(
  :library_item_id,
  :status,
  :created_at,
  :created_by,
  :updated_at,
  :updated_by,
  :rating_count,
  :is_verified)
  SENSITIVE = []
  include Aws::Structure
end