Module: Aws::Omics::Client::_GetAnnotationStoreResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetAnnotationStoreResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #creation_time ⇒ ::Time
- #description ⇒ ::String
- #id ⇒ ::String
- #name ⇒ ::String
- #num_versions ⇒ ::Integer
- #reference ⇒ Types::ReferenceItem
- #sse_config ⇒ Types::SseConfig
- #status ⇒ "CREATING", ...
- #status_message ⇒ ::String
- #store_arn ⇒ ::String
- #store_format ⇒ "GFF", ...
- #store_options ⇒ Types::StoreOptions
- #store_size_bytes ⇒ ::Integer
- #tags ⇒ ::Hash[::String, ::String]
- #update_time ⇒ ::Time
Instance Method Details
#creation_time ⇒ ::Time
651 |
# File 'sig/client.rbs', line 651
def creation_time: () -> ::Time
|
#description ⇒ ::String
649 |
# File 'sig/client.rbs', line 649
def description: () -> ::String
|
#id ⇒ ::String
644 |
# File 'sig/client.rbs', line 644
def id: () -> ::String
|
#name ⇒ ::String
648 |
# File 'sig/client.rbs', line 648
def name: () -> ::String
|
#num_versions ⇒ ::Integer
658 |
# File 'sig/client.rbs', line 658
def num_versions: () -> ::Integer
|
#reference ⇒ Types::ReferenceItem
645 |
# File 'sig/client.rbs', line 645
def reference: () -> Types::ReferenceItem
|
#sse_config ⇒ Types::SseConfig
650 |
# File 'sig/client.rbs', line 650
def sse_config: () -> Types::SseConfig
|
#status ⇒ "CREATING", ...
646 |
# File 'sig/client.rbs', line 646
def status: () -> ("CREATING" | "UPDATING" | "DELETING" | "ACTIVE" | "FAILED")
|
#status_message ⇒ ::String
656 |
# File 'sig/client.rbs', line 656
def status_message: () -> ::String
|
#store_arn ⇒ ::String
647 |
# File 'sig/client.rbs', line 647
def store_arn: () -> ::String
|
#store_format ⇒ "GFF", ...
655 |
# File 'sig/client.rbs', line 655
def store_format: () -> ("GFF" | "TSV" | "VCF")
|
#store_options ⇒ Types::StoreOptions
654 |
# File 'sig/client.rbs', line 654
def store_options: () -> Types::StoreOptions
|
#store_size_bytes ⇒ ::Integer
657 |
# File 'sig/client.rbs', line 657
def store_size_bytes: () -> ::Integer
|
#tags ⇒ ::Hash[::String, ::String]
653 |
# File 'sig/client.rbs', line 653
def tags: () -> ::Hash[::String, ::String]
|
#update_time ⇒ ::Time
652 |
# File 'sig/client.rbs', line 652
def update_time: () -> ::Time
|