Module: Aws::DataZone::Client::_GetListingResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetListingOutput]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #created_at ⇒ ::Time
- #created_by ⇒ ::String
- #description ⇒ ::String
- #domain_id ⇒ ::String
- #id ⇒ ::String
- #item ⇒ Types::ListingItem
- #listing_revision ⇒ ::String
- #name ⇒ ::String
- #status ⇒ "CREATING", ...
- #updated_at ⇒ ::Time
- #updated_by ⇒ ::String
Instance Method Details
#created_at ⇒ ::Time
2322 |
# File 'sig/client.rbs', line 2322
def created_at: () -> ::Time
|
#created_by ⇒ ::String
2324 |
# File 'sig/client.rbs', line 2324
def created_by: () -> ::String
|
#description ⇒ ::String
2328 |
# File 'sig/client.rbs', line 2328
def description: () -> ::String
|
#domain_id ⇒ ::String
2319 |
# File 'sig/client.rbs', line 2319
def domain_id: () -> ::String
|
#id ⇒ ::String
2320 |
# File 'sig/client.rbs', line 2320
def id: () -> ::String
|
#item ⇒ Types::ListingItem
2326 |
# File 'sig/client.rbs', line 2326
def item: () -> Types::ListingItem
|
#listing_revision ⇒ ::String
2321 |
# File 'sig/client.rbs', line 2321
def listing_revision: () -> ::String
|
#name ⇒ ::String
2327 |
# File 'sig/client.rbs', line 2327
def name: () -> ::String
|
#status ⇒ "CREATING", ...
2329 |
# File 'sig/client.rbs', line 2329
def status: () -> ("CREATING" | "ACTIVE" | "INACTIVE")
|
#updated_at ⇒ ::Time
2323 |
# File 'sig/client.rbs', line 2323
def updated_at: () -> ::Time
|
#updated_by ⇒ ::String
2325 |
# File 'sig/client.rbs', line 2325
def updated_by: () -> ::String
|