Module: Aws::Omics::Client::_GetAnnotationStoreVersionResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetAnnotationStoreVersionResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #creation_time ⇒ ::Time
- #description ⇒ ::String
- #id ⇒ ::String
- #name ⇒ ::String
- #status ⇒ "CREATING", ...
- #status_message ⇒ ::String
- #store_id ⇒ ::String
- #tags ⇒ ::Hash[::String, ::String]
- #update_time ⇒ ::Time
- #version_arn ⇒ ::String
- #version_name ⇒ ::String
- #version_options ⇒ Types::VersionOptions
- #version_size_bytes ⇒ ::Integer
Instance Method Details
#creation_time ⇒ ::Time
675 |
# File 'sig/client.rbs', line 675
def creation_time: () -> ::Time
|
#description ⇒ ::String
674 |
# File 'sig/client.rbs', line 674
def description: () -> ::String
|
#id ⇒ ::String
669 |
# File 'sig/client.rbs', line 669
def id: () -> ::String
|
#name ⇒ ::String
672 |
# File 'sig/client.rbs', line 672
def name: () -> ::String
|
#status ⇒ "CREATING", ...
670 |
# File 'sig/client.rbs', line 670
def status: () -> ("CREATING" | "UPDATING" | "DELETING" | "ACTIVE" | "FAILED")
|
#status_message ⇒ ::String
679 |
# File 'sig/client.rbs', line 679
def status_message: () -> ::String
|
#store_id ⇒ ::String
668 |
# File 'sig/client.rbs', line 668
def store_id: () -> ::String
|
#tags ⇒ ::Hash[::String, ::String]
677 |
# File 'sig/client.rbs', line 677
def tags: () -> ::Hash[::String, ::String]
|
#update_time ⇒ ::Time
676 |
# File 'sig/client.rbs', line 676
def update_time: () -> ::Time
|
#version_arn ⇒ ::String
671 |
# File 'sig/client.rbs', line 671
def version_arn: () -> ::String
|
#version_name ⇒ ::String
673 |
# File 'sig/client.rbs', line 673
def version_name: () -> ::String
|
#version_options ⇒ Types::VersionOptions
678 |
# File 'sig/client.rbs', line 678
def version_options: () -> Types::VersionOptions
|
#version_size_bytes ⇒ ::Integer
680 |
# File 'sig/client.rbs', line 680
def version_size_bytes: () -> ::Integer
|