Class: Aws::Omics::Types::ConfigurationDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::Omics::Types::ConfigurationDetails
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-omics/types.rb
Overview
Minimal details for a configuration resource.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
Unique resource identifier for the configuration.
-
#name ⇒ String
User-friendly name for the configuration.
-
#uuid ⇒ String
Unique identifier for the configuration.
Instance Attribute Details
#arn ⇒ String
Unique resource identifier for the configuration.
623 624 625 626 627 628 629 |
# File 'lib/aws-sdk-omics/types.rb', line 623 class ConfigurationDetails < Struct.new( :name, :arn, :uuid) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
User-friendly name for the configuration.
623 624 625 626 627 628 629 |
# File 'lib/aws-sdk-omics/types.rb', line 623 class ConfigurationDetails < Struct.new( :name, :arn, :uuid) SENSITIVE = [] include Aws::Structure end |
#uuid ⇒ String
Unique identifier for the configuration.
623 624 625 626 627 628 629 |
# File 'lib/aws-sdk-omics/types.rb', line 623 class ConfigurationDetails < Struct.new( :name, :arn, :uuid) SENSITIVE = [] include Aws::Structure end |