Class: Aws::Types::UpdateWorkflowRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateWorkflowRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#description ⇒ ::String
Returns the value of attribute description.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#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.
Instance Attribute Details
#description ⇒ ::String
Returns the value of attribute description.
2482 2483 2484 |
# File 'sig/types.rbs', line 2482 def description @description end |
#id ⇒ ::String
Returns the value of attribute id.
2480 2481 2482 |
# File 'sig/types.rbs', line 2480 def id @id end |
#name ⇒ ::String
Returns the value of attribute name.
2481 2482 2483 |
# File 'sig/types.rbs', line 2481 def name @name end |
#readme_markdown ⇒ ::String
Returns the value of attribute readme_markdown.
2485 2486 2487 |
# File 'sig/types.rbs', line 2485 def readme_markdown @readme_markdown end |
#storage_capacity ⇒ ::Integer
Returns the value of attribute storage_capacity.
2484 2485 2486 |
# File 'sig/types.rbs', line 2484 def storage_capacity @storage_capacity end |
#storage_type ⇒ "STATIC", "DYNAMIC"
Returns the value of attribute storage_type.
2483 2484 2485 |
# File 'sig/types.rbs', line 2483 def storage_type @storage_type end |