Class: Aws::QApps::Types::UpdateLibraryItemOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::QApps::Types::UpdateLibraryItemOutput
- 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 updated library item.
-
#created_at ⇒ Time
The date and time the library item was originally created.
-
#created_by ⇒ String
The user who originally 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 updated library item.
-
#rating_count ⇒ Integer
The number of ratings the library item has received.
-
#status ⇒ String
The new status of the updated library item.
-
#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 the associated Q App.
Instance Attribute Details
#app_id ⇒ String
The unique identifier of the Q App associated with the library item.
1960 1961 1962 1963 1964 1965 1966 1967 1968 1969 1970 1971 1972 1973 1974 1975 1976 |
# File 'gems/aws-sdk-qapps/lib/aws-sdk-qapps/types.rb', line 1960 class UpdateLibraryItemOutput < 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.
1960 1961 1962 1963 1964 1965 1966 1967 1968 1969 1970 1971 1972 1973 1974 1975 1976 |
# File 'gems/aws-sdk-qapps/lib/aws-sdk-qapps/types.rb', line 1960 class UpdateLibraryItemOutput < 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 updated library item.
1960 1961 1962 1963 1964 1965 1966 1967 1968 1969 1970 1971 1972 1973 1974 1975 1976 |
# File 'gems/aws-sdk-qapps/lib/aws-sdk-qapps/types.rb', line 1960 class UpdateLibraryItemOutput < 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 originally created.
1960 1961 1962 1963 1964 1965 1966 1967 1968 1969 1970 1971 1972 1973 1974 1975 1976 |
# File 'gems/aws-sdk-qapps/lib/aws-sdk-qapps/types.rb', line 1960 class UpdateLibraryItemOutput < 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 originally created the library item.
1960 1961 1962 1963 1964 1965 1966 1967 1968 1969 1970 1971 1972 1973 1974 1975 1976 |
# File 'gems/aws-sdk-qapps/lib/aws-sdk-qapps/types.rb', line 1960 class UpdateLibraryItemOutput < 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.
1960 1961 1962 1963 1964 1965 1966 1967 1968 1969 1970 1971 1972 1973 1974 1975 1976 |
# File 'gems/aws-sdk-qapps/lib/aws-sdk-qapps/types.rb', line 1960 class UpdateLibraryItemOutput < 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.
1960 1961 1962 1963 1964 1965 1966 1967 1968 1969 1970 1971 1972 1973 1974 1975 1976 |
# File 'gems/aws-sdk-qapps/lib/aws-sdk-qapps/types.rb', line 1960 class UpdateLibraryItemOutput < 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 updated library item.
1960 1961 1962 1963 1964 1965 1966 1967 1968 1969 1970 1971 1972 1973 1974 1975 1976 |
# File 'gems/aws-sdk-qapps/lib/aws-sdk-qapps/types.rb', line 1960 class UpdateLibraryItemOutput < 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.
1960 1961 1962 1963 1964 1965 1966 1967 1968 1969 1970 1971 1972 1973 1974 1975 1976 |
# File 'gems/aws-sdk-qapps/lib/aws-sdk-qapps/types.rb', line 1960 class UpdateLibraryItemOutput < 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 new status of the updated library item.
1960 1961 1962 1963 1964 1965 1966 1967 1968 1969 1970 1971 1972 1973 1974 1975 1976 |
# File 'gems/aws-sdk-qapps/lib/aws-sdk-qapps/types.rb', line 1960 class UpdateLibraryItemOutput < 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.
1960 1961 1962 1963 1964 1965 1966 1967 1968 1969 1970 1971 1972 1973 1974 1975 1976 |
# File 'gems/aws-sdk-qapps/lib/aws-sdk-qapps/types.rb', line 1960 class UpdateLibraryItemOutput < 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.
1960 1961 1962 1963 1964 1965 1966 1967 1968 1969 1970 1971 1972 1973 1974 1975 1976 |
# File 'gems/aws-sdk-qapps/lib/aws-sdk-qapps/types.rb', line 1960 class UpdateLibraryItemOutput < 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 the associated Q App.
1960 1961 1962 1963 1964 1965 1966 1967 1968 1969 1970 1971 1972 1973 1974 1975 1976 |
# File 'gems/aws-sdk-qapps/lib/aws-sdk-qapps/types.rb', line 1960 class UpdateLibraryItemOutput < 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 |