Module: Aws::QApps::Client::_GetLibraryItemResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetLibraryItemOutput]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #app_id ⇒ ::String
- #app_version ⇒ ::Integer
- #categories ⇒ ::Array[Types::Category]
- #created_at ⇒ ::Time
- #created_by ⇒ ::String
- #is_rated_by_user ⇒ Boolean
- #is_verified ⇒ Boolean
- #library_item_id ⇒ ::String
- #rating_count ⇒ ::Integer
- #status ⇒ ::String
- #updated_at ⇒ ::Time
- #updated_by ⇒ ::String
- #user_count ⇒ ::Integer
Instance Method Details
#app_id ⇒ ::String
249 |
# File 'sig/client.rbs', line 249
def app_id: () -> ::String
|
#app_version ⇒ ::Integer
250 |
# File 'sig/client.rbs', line 250
def app_version: () -> ::Integer
|
#categories ⇒ ::Array[Types::Category]
251 |
# File 'sig/client.rbs', line 251
def categories: () -> ::Array[Types::Category]
|
#created_at ⇒ ::Time
253 |
# File 'sig/client.rbs', line 253
def created_at: () -> ::Time
|
#created_by ⇒ ::String
254 |
# File 'sig/client.rbs', line 254
def created_by: () -> ::String
|
#is_rated_by_user ⇒ Boolean
258 |
# File 'sig/client.rbs', line 258
def is_rated_by_user: () -> bool
|
#is_verified ⇒ Boolean
260 |
# File 'sig/client.rbs', line 260
def is_verified: () -> bool
|
#library_item_id ⇒ ::String
248 |
# File 'sig/client.rbs', line 248
def library_item_id: () -> ::String
|
#rating_count ⇒ ::Integer
257 |
# File 'sig/client.rbs', line 257
def rating_count: () -> ::Integer
|
#status ⇒ ::String
252 |
# File 'sig/client.rbs', line 252
def status: () -> ::String
|
#updated_at ⇒ ::Time
255 |
# File 'sig/client.rbs', line 255
def updated_at: () -> ::Time
|
#updated_by ⇒ ::String
256 |
# File 'sig/client.rbs', line 256
def updated_by: () -> ::String
|
#user_count ⇒ ::Integer
259 |
# File 'sig/client.rbs', line 259
def user_count: () -> ::Integer
|