Module: Aws::Omics::Client::_CreateShareResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::CreateShareResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
Instance Method Details
#share_id ⇒ ::String
378 |
# File 'sig/client.rbs', line 378
def share_id: () -> ::String
|
#share_name ⇒ ::String
380 |
# File 'sig/client.rbs', line 380
def share_name: () -> ::String
|
#status ⇒ "PENDING", ...
379 |
# File 'sig/client.rbs', line 379
def status: () -> ("PENDING" | "ACTIVATING" | "ACTIVE" | "DELETING" | "DELETED" | "FAILED")
|