Module: Aws::QApps::Client::_CreateLibraryItemResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::CreateLibraryItemOutput]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #created_at ⇒ ::Time
- #created_by ⇒ ::String
- #is_verified ⇒ Boolean
- #library_item_id ⇒ ::String
- #rating_count ⇒ ::Integer
- #status ⇒ ::String
- #updated_at ⇒ ::Time
- #updated_by ⇒ ::String
Instance Method Details
#created_at ⇒ ::Time
132 |
# File 'sig/client.rbs', line 132
def created_at: () -> ::Time
|
#created_by ⇒ ::String
133 |
# File 'sig/client.rbs', line 133
def created_by: () -> ::String
|
#is_verified ⇒ Boolean
137 |
# File 'sig/client.rbs', line 137
def is_verified: () -> bool
|
#library_item_id ⇒ ::String
130 |
# File 'sig/client.rbs', line 130
def library_item_id: () -> ::String
|
#rating_count ⇒ ::Integer
136 |
# File 'sig/client.rbs', line 136
def rating_count: () -> ::Integer
|
#status ⇒ ::String
131 |
# File 'sig/client.rbs', line 131
def status: () -> ::String
|
#updated_at ⇒ ::Time
134 |
# File 'sig/client.rbs', line 134
def updated_at: () -> ::Time
|
#updated_by ⇒ ::String
135 |
# File 'sig/client.rbs', line 135
def updated_by: () -> ::String
|