Class: Aws::Omics::Types::GetConfigurationResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Omics::Types::GetConfigurationResponse
- Defined in:
- gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
Unique resource identifier for the configuration.
-
#creation_time ⇒ Time
Configuration creation timestamp.
-
#description ⇒ String
Description for the configuration.
-
#name ⇒ String
User-friendly name for the configuration.
-
#run_configurations ⇒ Types::RunConfigurationsResponse
Run-specific configurations.
-
#status ⇒ String
Current configuration status.
-
#tags ⇒ Hash<String,String>
Tags for the configuration.
-
#uuid ⇒ String
Unique identifier for the configuration.
Instance Attribute Details
#arn ⇒ String
Unique resource identifier for the configuration.
3147 3148 3149 3150 3151 3152 3153 3154 3155 3156 3157 3158 |
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 3147 class GetConfigurationResponse < Struct.new( :arn, :uuid, :name, :description, :run_configurations, :status, :creation_time, :tags) SENSITIVE = [] include Aws::Structure end |
#creation_time ⇒ Time
Configuration creation timestamp.
3147 3148 3149 3150 3151 3152 3153 3154 3155 3156 3157 3158 |
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 3147 class GetConfigurationResponse < Struct.new( :arn, :uuid, :name, :description, :run_configurations, :status, :creation_time, :tags) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
Description for the configuration.
3147 3148 3149 3150 3151 3152 3153 3154 3155 3156 3157 3158 |
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 3147 class GetConfigurationResponse < Struct.new( :arn, :uuid, :name, :description, :run_configurations, :status, :creation_time, :tags) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
User-friendly name for the configuration.
3147 3148 3149 3150 3151 3152 3153 3154 3155 3156 3157 3158 |
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 3147 class GetConfigurationResponse < Struct.new( :arn, :uuid, :name, :description, :run_configurations, :status, :creation_time, :tags) SENSITIVE = [] include Aws::Structure end |
#run_configurations ⇒ Types::RunConfigurationsResponse
Run-specific configurations.
3147 3148 3149 3150 3151 3152 3153 3154 3155 3156 3157 3158 |
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 3147 class GetConfigurationResponse < Struct.new( :arn, :uuid, :name, :description, :run_configurations, :status, :creation_time, :tags) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
Current configuration status.
3147 3148 3149 3150 3151 3152 3153 3154 3155 3156 3157 3158 |
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 3147 class GetConfigurationResponse < Struct.new( :arn, :uuid, :name, :description, :run_configurations, :status, :creation_time, :tags) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Hash<String,String>
Tags for the configuration.
3147 3148 3149 3150 3151 3152 3153 3154 3155 3156 3157 3158 |
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 3147 class GetConfigurationResponse < Struct.new( :arn, :uuid, :name, :description, :run_configurations, :status, :creation_time, :tags) SENSITIVE = [] include Aws::Structure end |
#uuid ⇒ String
Unique identifier for the configuration.
3147 3148 3149 3150 3151 3152 3153 3154 3155 3156 3157 3158 |
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 3147 class GetConfigurationResponse < Struct.new( :arn, :uuid, :name, :description, :run_configurations, :status, :creation_time, :tags) SENSITIVE = [] include Aws::Structure end |