Module: Aws::Omics::Client::_GetReferenceMetadataResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetReferenceMetadataResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #arn ⇒ ::String
- #creation_job_id ⇒ ::String
- #creation_time ⇒ ::Time
- #creation_type ⇒ "IMPORT"
- #description ⇒ ::String
- #files ⇒ Types::ReferenceFiles
- #id ⇒ ::String
- #md5 ⇒ ::String
- #name ⇒ ::String
- #reference_store_id ⇒ ::String
- #status ⇒ "ACTIVE", ...
- #update_time ⇒ ::Time
Instance Method Details
#arn ⇒ ::String
858 |
# File 'sig/client.rbs', line 858
def arn: () -> ::String
|
#creation_job_id ⇒ ::String
868 |
# File 'sig/client.rbs', line 868
def creation_job_id: () -> ::String
|
#creation_time ⇒ ::Time
864 |
# File 'sig/client.rbs', line 864
def creation_time: () -> ::Time
|
#creation_type ⇒ "IMPORT"
867 |
# File 'sig/client.rbs', line 867
def creation_type: () -> ("IMPORT")
|
#description ⇒ ::String
863 |
# File 'sig/client.rbs', line 863
def description: () -> ::String
|
#files ⇒ Types::ReferenceFiles
866 |
# File 'sig/client.rbs', line 866
def files: () -> Types::ReferenceFiles
|
#id ⇒ ::String
857 |
# File 'sig/client.rbs', line 857
def id: () -> ::String
|
#md5 ⇒ ::String
860 |
# File 'sig/client.rbs', line 860
def md5: () -> ::String
|
#name ⇒ ::String
862 |
# File 'sig/client.rbs', line 862
def name: () -> ::String
|
#reference_store_id ⇒ ::String
859 |
# File 'sig/client.rbs', line 859
def reference_store_id: () -> ::String
|
#status ⇒ "ACTIVE", ...
861 |
# File 'sig/client.rbs', line 861
def status: () -> ("ACTIVE" | "DELETING" | "DELETED")
|
#update_time ⇒ ::Time
865 |
# File 'sig/client.rbs', line 865
def update_time: () -> ::Time
|