Class: Aws::Types::UpdateWorkflowVersionRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateWorkflowVersionRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#description ⇒ ::String
Returns the value of attribute description.
-
#readme_markdown ⇒ ::String
Returns the value of attribute readme_markdown.
-
#storage_capacity ⇒ ::Integer
Returns the value of attribute storage_capacity.
-
#storage_type ⇒ "STATIC", "DYNAMIC"
Returns the value of attribute storage_type.
-
#version_name ⇒ ::String
Returns the value of attribute version_name.
-
#workflow_id ⇒ ::String
Returns the value of attribute workflow_id.
Instance Attribute Details
#description ⇒ ::String
Returns the value of attribute description.
2492 2493 2494 |
# File 'sig/types.rbs', line 2492 def description @description end |
#readme_markdown ⇒ ::String
Returns the value of attribute readme_markdown.
2495 2496 2497 |
# File 'sig/types.rbs', line 2495 def readme_markdown @readme_markdown end |
#storage_capacity ⇒ ::Integer
Returns the value of attribute storage_capacity.
2494 2495 2496 |
# File 'sig/types.rbs', line 2494 def storage_capacity @storage_capacity end |
#storage_type ⇒ "STATIC", "DYNAMIC"
Returns the value of attribute storage_type.
2493 2494 2495 |
# File 'sig/types.rbs', line 2493 def storage_type @storage_type end |
#version_name ⇒ ::String
Returns the value of attribute version_name.
2491 2492 2493 |
# File 'sig/types.rbs', line 2491 def version_name @version_name end |
#workflow_id ⇒ ::String
Returns the value of attribute workflow_id.
2490 2491 2492 |
# File 'sig/types.rbs', line 2490 def workflow_id @workflow_id end |