Class: Aws::Omics::Types::CreateSequenceStoreResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Omics::Types::CreateSequenceStoreResponse
- Defined in:
- gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The store's ARN.
-
#creation_time ⇒ Time
When the store was created.
-
#description ⇒ String
The store's description.
-
#fallback_location ⇒ String
An S3 location that is used to store files that have failed a direct upload.
-
#id ⇒ String
The store's ID.
-
#name ⇒ String
The store's name.
-
#sse_config ⇒ Types::SseConfig
The store's SSE settings.
Instance Attribute Details
#arn ⇒ String
The store's ARN.
1034 1035 1036 1037 1038 1039 1040 1041 1042 1043 1044 |
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 1034 class CreateSequenceStoreResponse < Struct.new( :id, :arn, :name, :description, :sse_config, :creation_time, :fallback_location) SENSITIVE = [] include Aws::Structure end |
#creation_time ⇒ Time
When the store was created.
1034 1035 1036 1037 1038 1039 1040 1041 1042 1043 1044 |
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 1034 class CreateSequenceStoreResponse < Struct.new( :id, :arn, :name, :description, :sse_config, :creation_time, :fallback_location) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
The store's description.
1034 1035 1036 1037 1038 1039 1040 1041 1042 1043 1044 |
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 1034 class CreateSequenceStoreResponse < Struct.new( :id, :arn, :name, :description, :sse_config, :creation_time, :fallback_location) SENSITIVE = [] include Aws::Structure end |
#fallback_location ⇒ String
An S3 location that is used to store files that have failed a direct upload.
1034 1035 1036 1037 1038 1039 1040 1041 1042 1043 1044 |
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 1034 class CreateSequenceStoreResponse < Struct.new( :id, :arn, :name, :description, :sse_config, :creation_time, :fallback_location) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The store's ID.
1034 1035 1036 1037 1038 1039 1040 1041 1042 1043 1044 |
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 1034 class CreateSequenceStoreResponse < Struct.new( :id, :arn, :name, :description, :sse_config, :creation_time, :fallback_location) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The store's name.
1034 1035 1036 1037 1038 1039 1040 1041 1042 1043 1044 |
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 1034 class CreateSequenceStoreResponse < Struct.new( :id, :arn, :name, :description, :sse_config, :creation_time, :fallback_location) SENSITIVE = [] include Aws::Structure end |
#sse_config ⇒ Types::SseConfig
The store's SSE settings.
1034 1035 1036 1037 1038 1039 1040 1041 1042 1043 1044 |
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 1034 class CreateSequenceStoreResponse < Struct.new( :id, :arn, :name, :description, :sse_config, :creation_time, :fallback_location) SENSITIVE = [] include Aws::Structure end |