Module: Aws::Omics::Client::_UpdateSequenceStoreResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::UpdateSequenceStoreResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #arn ⇒ ::String
- #creation_time ⇒ ::Time
- #description ⇒ ::String
- #e_tag_algorithm_family ⇒ "MD5up", ...
- #fallback_location ⇒ ::String
- #id ⇒ ::String
- #name ⇒ ::String
- #propagated_set_level_tags ⇒ ::Array[::String]
- #s3_access ⇒ Types::SequenceStoreS3Access
- #sse_config ⇒ Types::SseConfig
- #status ⇒ "CREATING", ...
- #status_message ⇒ ::String
- #update_time ⇒ ::Time
Instance Method Details
#arn ⇒ ::String
1942 |
# File 'sig/client.rbs', line 1942 def arn: () -> ::String |
#creation_time ⇒ ::Time
1946 |
# File 'sig/client.rbs', line 1946 def creation_time: () -> ::Time |
#description ⇒ ::String
1944 |
# File 'sig/client.rbs', line 1944 def description: () -> ::String |
#e_tag_algorithm_family ⇒ "MD5up", ...
1953 |
# File 'sig/client.rbs', line 1953 def e_tag_algorithm_family: () -> ("MD5up" | "SHA256up" | "SHA512up") |
#fallback_location ⇒ ::String
1951 |
# File 'sig/client.rbs', line 1951 def fallback_location: () -> ::String |
#id ⇒ ::String
1941 |
# File 'sig/client.rbs', line 1941 def id: () -> ::String |
#name ⇒ ::String
1943 |
# File 'sig/client.rbs', line 1943 def name: () -> ::String |
#propagated_set_level_tags ⇒ ::Array[::String]
1948 |
# File 'sig/client.rbs', line 1948 def propagated_set_level_tags: () -> ::Array[::String] |
#s3_access ⇒ Types::SequenceStoreS3Access
1952 |
# File 'sig/client.rbs', line 1952 def s3_access: () -> Types::SequenceStoreS3Access |
#sse_config ⇒ Types::SseConfig
1945 |
# File 'sig/client.rbs', line 1945 def sse_config: () -> Types::SseConfig |
#status ⇒ "CREATING", ...
1949 |
# File 'sig/client.rbs', line 1949 def status: () -> ("CREATING" | "ACTIVE" | "UPDATING" | "DELETING" | "FAILED") |
#status_message ⇒ ::String
1950 |
# File 'sig/client.rbs', line 1950 def status_message: () -> ::String |
#update_time ⇒ ::Time
1947 |
# File 'sig/client.rbs', line 1947 def update_time: () -> ::Time |