Class: Aws::QApps::Types::CreateLibraryItemOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::QApps::Types::CreateLibraryItemOutput
- Defined in:
- gems/aws-sdk-qapps/lib/aws-sdk-qapps/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#created_at ⇒ Time
The date and time the library item was created.
-
#created_by ⇒ String
The user who created the library item.
-
#is_verified ⇒ Boolean
Indicates whether the library item has been verified.
-
#library_item_id ⇒ String
The unique identifier of the new library item.
-
#rating_count ⇒ Integer
The number of ratings the library item has received from users.
-
#status ⇒ String
The status of the new library item, such as "Published".
-
#updated_at ⇒ Time
The date and time the library item was last updated.
-
#updated_by ⇒ String
The user who last updated the library item.
Instance Attribute Details
#created_at ⇒ Time
The date and time the library item was created.
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_by ⇒ String
The user who created the library item.
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_verified ⇒ Boolean
Indicates whether the library item has been verified.
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_id ⇒ String
The unique identifier of the new library item.
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_count ⇒ Integer
The number of ratings the library item has received from users.
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 |
#status ⇒ String
The status of the new library item, such as "Published".
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_at ⇒ Time
The date and time the library item was last updated.
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_by ⇒ String
The user who last updated the library item.
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 |