Module: Aws::Omics::Client::_GetVariantStoreResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetVariantStoreResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #creation_time ⇒ ::Time
- #description ⇒ ::String
- #id ⇒ ::String
- #name ⇒ ::String
- #reference ⇒ Types::ReferenceItem
- #sse_config ⇒ Types::SseConfig
- #status ⇒ "CREATING", ...
- #status_message ⇒ ::String
- #store_arn ⇒ ::String
- #store_size_bytes ⇒ ::Integer
- #tags ⇒ ::Hash[::String, ::String]
- #update_time ⇒ ::Time
Instance Method Details
#creation_time ⇒ ::Time
1082 |
# File 'sig/client.rbs', line 1082
def creation_time: () -> ::Time
|
#description ⇒ ::String
1080 |
# File 'sig/client.rbs', line 1080
def description: () -> ::String
|
#id ⇒ ::String
1075 |
# File 'sig/client.rbs', line 1075
def id: () -> ::String
|
#name ⇒ ::String
1079 |
# File 'sig/client.rbs', line 1079
def name: () -> ::String
|
#reference ⇒ Types::ReferenceItem
1076 |
# File 'sig/client.rbs', line 1076
def reference: () -> Types::ReferenceItem
|
#sse_config ⇒ Types::SseConfig
1081 |
# File 'sig/client.rbs', line 1081
def sse_config: () -> Types::SseConfig
|
#status ⇒ "CREATING", ...
1077 |
# File 'sig/client.rbs', line 1077
def status: () -> ("CREATING" | "UPDATING" | "DELETING" | "ACTIVE" | "FAILED")
|
#status_message ⇒ ::String
1085 |
# File 'sig/client.rbs', line 1085
def status_message: () -> ::String
|
#store_arn ⇒ ::String
1078 |
# File 'sig/client.rbs', line 1078
def store_arn: () -> ::String
|
#store_size_bytes ⇒ ::Integer
1086 |
# File 'sig/client.rbs', line 1086
def store_size_bytes: () -> ::Integer
|
#tags ⇒ ::Hash[::String, ::String]
1084 |
# File 'sig/client.rbs', line 1084
def tags: () -> ::Hash[::String, ::String]
|
#update_time ⇒ ::Time
1083 |
# File 'sig/client.rbs', line 1083
def update_time: () -> ::Time
|