Class: Aws::Omics::Types::WorkflowParameter
- Inherits:
-
Struct
- Object
- Struct
- Aws::Omics::Types::WorkflowParameter
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-omics/types.rb
Overview
A workflow parameter.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#description ⇒ String
The parameter’s description.
-
#optional ⇒ Boolean
Whether the parameter is optional.
Instance Attribute Details
#description ⇒ String
The parameter’s description.
7530 7531 7532 7533 7534 7535 |
# File 'lib/aws-sdk-omics/types.rb', line 7530 class WorkflowParameter < Struct.new( :description, :optional) SENSITIVE = [] include Aws::Structure end |
#optional ⇒ Boolean
Whether the parameter is optional.
7530 7531 7532 7533 7534 7535 |
# File 'lib/aws-sdk-omics/types.rb', line 7530 class WorkflowParameter < Struct.new( :description, :optional) SENSITIVE = [] include Aws::Structure end |