Module: Aws::QApps::Client::_UpdateLibraryItemResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::UpdateLibraryItemOutput]
- 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
472 |
# File 'sig/client.rbs', line 472
def app_id: () -> ::String
|
#app_version ⇒ ::Integer
473 |
# File 'sig/client.rbs', line 473
def app_version: () -> ::Integer
|
#categories ⇒ ::Array[Types::Category]
474 |
# File 'sig/client.rbs', line 474
def categories: () -> ::Array[Types::Category]
|
#created_at ⇒ ::Time
476 |
# File 'sig/client.rbs', line 476
def created_at: () -> ::Time
|
#created_by ⇒ ::String
477 |
# File 'sig/client.rbs', line 477
def created_by: () -> ::String
|
#is_rated_by_user ⇒ Boolean
481 |
# File 'sig/client.rbs', line 481
def is_rated_by_user: () -> bool
|
#is_verified ⇒ Boolean
483 |
# File 'sig/client.rbs', line 483
def is_verified: () -> bool
|
#library_item_id ⇒ ::String
471 |
# File 'sig/client.rbs', line 471
def library_item_id: () -> ::String
|
#rating_count ⇒ ::Integer
480 |
# File 'sig/client.rbs', line 480
def rating_count: () -> ::Integer
|
#status ⇒ ::String
475 |
# File 'sig/client.rbs', line 475
def status: () -> ::String
|
#updated_at ⇒ ::Time
478 |
# File 'sig/client.rbs', line 478
def updated_at: () -> ::Time
|
#updated_by ⇒ ::String
479 |
# File 'sig/client.rbs', line 479
def updated_by: () -> ::String
|
#user_count ⇒ ::Integer
482 |
# File 'sig/client.rbs', line 482
def user_count: () -> ::Integer
|