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
1084 |
# File 'sig/client.rbs', line 1084 def creation_time: () -> ::Time |
#description ⇒ ::String
1082 |
# File 'sig/client.rbs', line 1082 def description: () -> ::String |
#id ⇒ ::String
1077 |
# File 'sig/client.rbs', line 1077 def id: () -> ::String |
#name ⇒ ::String
1081 |
# File 'sig/client.rbs', line 1081 def name: () -> ::String |
#reference ⇒ Types::ReferenceItem
1078 |
# File 'sig/client.rbs', line 1078 def reference: () -> Types::ReferenceItem |
#sse_config ⇒ Types::SseConfig
1083 |
# File 'sig/client.rbs', line 1083 def sse_config: () -> Types::SseConfig |
#status ⇒ "CREATING", ...
1079 |
# File 'sig/client.rbs', line 1079 def status: () -> ("CREATING" | "UPDATING" | "DELETING" | "ACTIVE" | "FAILED") |
#status_message ⇒ ::String
1087 |
# File 'sig/client.rbs', line 1087 def status_message: () -> ::String |
#store_arn ⇒ ::String
1080 |
# File 'sig/client.rbs', line 1080 def store_arn: () -> ::String |
#store_size_bytes ⇒ ::Integer
1088 |
# File 'sig/client.rbs', line 1088 def store_size_bytes: () -> ::Integer |
#tags ⇒ ::Hash[::String, ::String]
1086 |
# File 'sig/client.rbs', line 1086 def tags: () -> ::Hash[::String, ::String] |
#update_time ⇒ ::Time
1085 |
# File 'sig/client.rbs', line 1085 def update_time: () -> ::Time |