Class: Aws::QApps::Types::GetLibraryItemOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::QApps::Types::GetLibraryItemOutput
- Defined in:
- gems/aws-sdk-qapps/lib/aws-sdk-qapps/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#app_id ⇒ String
The unique identifier of the Q App associated with the library item.
-
#app_version ⇒ Integer
The version of the Q App associated with the library item.
-
#categories ⇒ Array<Types::Category>
The categories associated with the library item for discovery.
-
#created_at ⇒ Time
The date and time the library item was created.
-
#created_by ⇒ String
The user who created the library item.
-
#is_rated_by_user ⇒ Boolean
Whether the current user has rated the library item.
-
#is_verified ⇒ Boolean
Indicates whether the library item has been verified.
-
#library_item_id ⇒ String
The unique identifier of the library item.
-
#rating_count ⇒ Integer
The number of ratings the library item has received from users.
-
#status ⇒ String
The status of the 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.
-
#user_count ⇒ Integer
The number of users who have associated the Q App with their account.
Instance Attribute Details
#app_id ⇒ String
The unique identifier of the Q App associated with the library item.
1297 1298 1299 1300 1301 1302 1303 1304 1305 1306 1307 1308 1309 1310 1311 1312 1313 |
# File 'gems/aws-sdk-qapps/lib/aws-sdk-qapps/types.rb', line 1297 class GetLibraryItemOutput < Struct.new( :library_item_id, :app_id, :app_version, :categories, :status, :created_at, :created_by, :updated_at, :updated_by, :rating_count, :is_rated_by_user, :user_count, :is_verified) SENSITIVE = [] include Aws::Structure end |
#app_version ⇒ Integer
The version of the Q App associated with the library item.
1297 1298 1299 1300 1301 1302 1303 1304 1305 1306 1307 1308 1309 1310 1311 1312 1313 |
# File 'gems/aws-sdk-qapps/lib/aws-sdk-qapps/types.rb', line 1297 class GetLibraryItemOutput < Struct.new( :library_item_id, :app_id, :app_version, :categories, :status, :created_at, :created_by, :updated_at, :updated_by, :rating_count, :is_rated_by_user, :user_count, :is_verified) SENSITIVE = [] include Aws::Structure end |
#categories ⇒ Array<Types::Category>
The categories associated with the library item for discovery.
1297 1298 1299 1300 1301 1302 1303 1304 1305 1306 1307 1308 1309 1310 1311 1312 1313 |
# File 'gems/aws-sdk-qapps/lib/aws-sdk-qapps/types.rb', line 1297 class GetLibraryItemOutput < Struct.new( :library_item_id, :app_id, :app_version, :categories, :status, :created_at, :created_by, :updated_at, :updated_by, :rating_count, :is_rated_by_user, :user_count, :is_verified) SENSITIVE = [] include Aws::Structure end |
#created_at ⇒ Time
The date and time the library item was created.
1297 1298 1299 1300 1301 1302 1303 1304 1305 1306 1307 1308 1309 1310 1311 1312 1313 |
# File 'gems/aws-sdk-qapps/lib/aws-sdk-qapps/types.rb', line 1297 class GetLibraryItemOutput < Struct.new( :library_item_id, :app_id, :app_version, :categories, :status, :created_at, :created_by, :updated_at, :updated_by, :rating_count, :is_rated_by_user, :user_count, :is_verified) SENSITIVE = [] include Aws::Structure end |
#created_by ⇒ String
The user who created the library item.
1297 1298 1299 1300 1301 1302 1303 1304 1305 1306 1307 1308 1309 1310 1311 1312 1313 |
# File 'gems/aws-sdk-qapps/lib/aws-sdk-qapps/types.rb', line 1297 class GetLibraryItemOutput < Struct.new( :library_item_id, :app_id, :app_version, :categories, :status, :created_at, :created_by, :updated_at, :updated_by, :rating_count, :is_rated_by_user, :user_count, :is_verified) SENSITIVE = [] include Aws::Structure end |
#is_rated_by_user ⇒ Boolean
Whether the current user has rated the library item.
1297 1298 1299 1300 1301 1302 1303 1304 1305 1306 1307 1308 1309 1310 1311 1312 1313 |
# File 'gems/aws-sdk-qapps/lib/aws-sdk-qapps/types.rb', line 1297 class GetLibraryItemOutput < Struct.new( :library_item_id, :app_id, :app_version, :categories, :status, :created_at, :created_by, :updated_at, :updated_by, :rating_count, :is_rated_by_user, :user_count, :is_verified) SENSITIVE = [] include Aws::Structure end |
#is_verified ⇒ Boolean
Indicates whether the library item has been verified.
1297 1298 1299 1300 1301 1302 1303 1304 1305 1306 1307 1308 1309 1310 1311 1312 1313 |
# File 'gems/aws-sdk-qapps/lib/aws-sdk-qapps/types.rb', line 1297 class GetLibraryItemOutput < Struct.new( :library_item_id, :app_id, :app_version, :categories, :status, :created_at, :created_by, :updated_at, :updated_by, :rating_count, :is_rated_by_user, :user_count, :is_verified) SENSITIVE = [] include Aws::Structure end |
#library_item_id ⇒ String
The unique identifier of the library item.
1297 1298 1299 1300 1301 1302 1303 1304 1305 1306 1307 1308 1309 1310 1311 1312 1313 |
# File 'gems/aws-sdk-qapps/lib/aws-sdk-qapps/types.rb', line 1297 class GetLibraryItemOutput < Struct.new( :library_item_id, :app_id, :app_version, :categories, :status, :created_at, :created_by, :updated_at, :updated_by, :rating_count, :is_rated_by_user, :user_count, :is_verified) SENSITIVE = [] include Aws::Structure end |
#rating_count ⇒ Integer
The number of ratings the library item has received from users.
1297 1298 1299 1300 1301 1302 1303 1304 1305 1306 1307 1308 1309 1310 1311 1312 1313 |
# File 'gems/aws-sdk-qapps/lib/aws-sdk-qapps/types.rb', line 1297 class GetLibraryItemOutput < Struct.new( :library_item_id, :app_id, :app_version, :categories, :status, :created_at, :created_by, :updated_at, :updated_by, :rating_count, :is_rated_by_user, :user_count, :is_verified) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The status of the library item, such as "Published".
1297 1298 1299 1300 1301 1302 1303 1304 1305 1306 1307 1308 1309 1310 1311 1312 1313 |
# File 'gems/aws-sdk-qapps/lib/aws-sdk-qapps/types.rb', line 1297 class GetLibraryItemOutput < Struct.new( :library_item_id, :app_id, :app_version, :categories, :status, :created_at, :created_by, :updated_at, :updated_by, :rating_count, :is_rated_by_user, :user_count, :is_verified) SENSITIVE = [] include Aws::Structure end |
#updated_at ⇒ Time
The date and time the library item was last updated.
1297 1298 1299 1300 1301 1302 1303 1304 1305 1306 1307 1308 1309 1310 1311 1312 1313 |
# File 'gems/aws-sdk-qapps/lib/aws-sdk-qapps/types.rb', line 1297 class GetLibraryItemOutput < Struct.new( :library_item_id, :app_id, :app_version, :categories, :status, :created_at, :created_by, :updated_at, :updated_by, :rating_count, :is_rated_by_user, :user_count, :is_verified) SENSITIVE = [] include Aws::Structure end |
#updated_by ⇒ String
The user who last updated the library item.
1297 1298 1299 1300 1301 1302 1303 1304 1305 1306 1307 1308 1309 1310 1311 1312 1313 |
# File 'gems/aws-sdk-qapps/lib/aws-sdk-qapps/types.rb', line 1297 class GetLibraryItemOutput < Struct.new( :library_item_id, :app_id, :app_version, :categories, :status, :created_at, :created_by, :updated_at, :updated_by, :rating_count, :is_rated_by_user, :user_count, :is_verified) SENSITIVE = [] include Aws::Structure end |
#user_count ⇒ Integer
The number of users who have associated the Q App with their account.
1297 1298 1299 1300 1301 1302 1303 1304 1305 1306 1307 1308 1309 1310 1311 1312 1313 |
# File 'gems/aws-sdk-qapps/lib/aws-sdk-qapps/types.rb', line 1297 class GetLibraryItemOutput < Struct.new( :library_item_id, :app_id, :app_version, :categories, :status, :created_at, :created_by, :updated_at, :updated_by, :rating_count, :is_rated_by_user, :user_count, :is_verified) SENSITIVE = [] include Aws::Structure end |