Class: Aws::Omics::Types::GetReferenceMetadataResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Omics::Types::GetReferenceMetadataResponse
- Defined in:
- gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The reference's ARN.
-
#creation_job_id ⇒ String
The reference's creation job ID.
-
#creation_time ⇒ Time
When the reference was created.
-
#creation_type ⇒ String
The reference's creation type.
-
#description ⇒ String
The reference's description.
-
#files ⇒ Types::ReferenceFiles
The reference's files.
-
#id ⇒ String
The reference's ID.
-
#md5 ⇒ String
The reference's MD5 checksum.
-
#name ⇒ String
The reference's name.
-
#reference_store_id ⇒ String
The reference's reference store ID.
-
#status ⇒ String
The reference's status.
-
#update_time ⇒ Time
When the reference was updated.
Instance Attribute Details
#arn ⇒ String
The reference's ARN.
3066 3067 3068 3069 3070 3071 3072 3073 3074 3075 3076 3077 3078 3079 3080 3081 |
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 3066 class GetReferenceMetadataResponse < Struct.new( :id, :arn, :reference_store_id, :md5, :status, :name, :description, :creation_time, :update_time, :files, :creation_type, :creation_job_id) SENSITIVE = [] include Aws::Structure end |
#creation_job_id ⇒ String
The reference's creation job ID.
3066 3067 3068 3069 3070 3071 3072 3073 3074 3075 3076 3077 3078 3079 3080 3081 |
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 3066 class GetReferenceMetadataResponse < Struct.new( :id, :arn, :reference_store_id, :md5, :status, :name, :description, :creation_time, :update_time, :files, :creation_type, :creation_job_id) SENSITIVE = [] include Aws::Structure end |
#creation_time ⇒ Time
When the reference was created.
3066 3067 3068 3069 3070 3071 3072 3073 3074 3075 3076 3077 3078 3079 3080 3081 |
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 3066 class GetReferenceMetadataResponse < Struct.new( :id, :arn, :reference_store_id, :md5, :status, :name, :description, :creation_time, :update_time, :files, :creation_type, :creation_job_id) SENSITIVE = [] include Aws::Structure end |
#creation_type ⇒ String
The reference's creation type.
3066 3067 3068 3069 3070 3071 3072 3073 3074 3075 3076 3077 3078 3079 3080 3081 |
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 3066 class GetReferenceMetadataResponse < Struct.new( :id, :arn, :reference_store_id, :md5, :status, :name, :description, :creation_time, :update_time, :files, :creation_type, :creation_job_id) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
The reference's description.
3066 3067 3068 3069 3070 3071 3072 3073 3074 3075 3076 3077 3078 3079 3080 3081 |
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 3066 class GetReferenceMetadataResponse < Struct.new( :id, :arn, :reference_store_id, :md5, :status, :name, :description, :creation_time, :update_time, :files, :creation_type, :creation_job_id) SENSITIVE = [] include Aws::Structure end |
#files ⇒ Types::ReferenceFiles
The reference's files.
3066 3067 3068 3069 3070 3071 3072 3073 3074 3075 3076 3077 3078 3079 3080 3081 |
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 3066 class GetReferenceMetadataResponse < Struct.new( :id, :arn, :reference_store_id, :md5, :status, :name, :description, :creation_time, :update_time, :files, :creation_type, :creation_job_id) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The reference's ID.
3066 3067 3068 3069 3070 3071 3072 3073 3074 3075 3076 3077 3078 3079 3080 3081 |
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 3066 class GetReferenceMetadataResponse < Struct.new( :id, :arn, :reference_store_id, :md5, :status, :name, :description, :creation_time, :update_time, :files, :creation_type, :creation_job_id) SENSITIVE = [] include Aws::Structure end |
#md5 ⇒ String
The reference's MD5 checksum.
3066 3067 3068 3069 3070 3071 3072 3073 3074 3075 3076 3077 3078 3079 3080 3081 |
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 3066 class GetReferenceMetadataResponse < Struct.new( :id, :arn, :reference_store_id, :md5, :status, :name, :description, :creation_time, :update_time, :files, :creation_type, :creation_job_id) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The reference's name.
3066 3067 3068 3069 3070 3071 3072 3073 3074 3075 3076 3077 3078 3079 3080 3081 |
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 3066 class GetReferenceMetadataResponse < Struct.new( :id, :arn, :reference_store_id, :md5, :status, :name, :description, :creation_time, :update_time, :files, :creation_type, :creation_job_id) SENSITIVE = [] include Aws::Structure end |
#reference_store_id ⇒ String
The reference's reference store ID.
3066 3067 3068 3069 3070 3071 3072 3073 3074 3075 3076 3077 3078 3079 3080 3081 |
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 3066 class GetReferenceMetadataResponse < Struct.new( :id, :arn, :reference_store_id, :md5, :status, :name, :description, :creation_time, :update_time, :files, :creation_type, :creation_job_id) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The reference's status.
3066 3067 3068 3069 3070 3071 3072 3073 3074 3075 3076 3077 3078 3079 3080 3081 |
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 3066 class GetReferenceMetadataResponse < Struct.new( :id, :arn, :reference_store_id, :md5, :status, :name, :description, :creation_time, :update_time, :files, :creation_type, :creation_job_id) SENSITIVE = [] include Aws::Structure end |
#update_time ⇒ Time
When the reference was updated.
3066 3067 3068 3069 3070 3071 3072 3073 3074 3075 3076 3077 3078 3079 3080 3081 |
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 3066 class GetReferenceMetadataResponse < Struct.new( :id, :arn, :reference_store_id, :md5, :status, :name, :description, :creation_time, :update_time, :files, :creation_type, :creation_job_id) SENSITIVE = [] include Aws::Structure end |