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
1938 |
# File 'sig/client.rbs', line 1938
def arn: () -> ::String
|
#creation_time ⇒ ::Time
1942 |
# File 'sig/client.rbs', line 1942
def creation_time: () -> ::Time
|
#description ⇒ ::String
1940 |
# File 'sig/client.rbs', line 1940
def description: () -> ::String
|
#e_tag_algorithm_family ⇒ "MD5up", ...
1949 |
# File 'sig/client.rbs', line 1949
def e_tag_algorithm_family: () -> ("MD5up" | "SHA256up" | "SHA512up")
|
#fallback_location ⇒ ::String
1947 |
# File 'sig/client.rbs', line 1947
def fallback_location: () -> ::String
|
#id ⇒ ::String
1937 |
# File 'sig/client.rbs', line 1937
def id: () -> ::String
|
#name ⇒ ::String
1939 |
# File 'sig/client.rbs', line 1939
def name: () -> ::String
|
#propagated_set_level_tags ⇒ ::Array[::String]
1944 |
# File 'sig/client.rbs', line 1944
def propagated_set_level_tags: () -> ::Array[::String]
|
#s3_access ⇒ Types::SequenceStoreS3Access
1948 |
# File 'sig/client.rbs', line 1948
def s3_access: () -> Types::SequenceStoreS3Access
|
#sse_config ⇒ Types::SseConfig
1941 |
# File 'sig/client.rbs', line 1941
def sse_config: () -> Types::SseConfig
|
#status ⇒ "CREATING", ...
1945 |
# File 'sig/client.rbs', line 1945
def status: () -> ("CREATING" | "ACTIVE" | "UPDATING" | "DELETING" | "FAILED")
|
#status_message ⇒ ::String
1946 |
# File 'sig/client.rbs', line 1946
def status_message: () -> ::String
|
#update_time ⇒ ::Time
1943 |
# File 'sig/client.rbs', line 1943
def update_time: () -> ::Time
|