Class: Aws::Types::UpdateInputRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateInputRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#input_definition ⇒ Types::InputDefinition
Returns the value of attribute input_definition.
-
#input_description ⇒ ::String
Returns the value of attribute input_description.
-
#input_name ⇒ ::String
Returns the value of attribute input_name.
Instance Attribute Details
#input_definition ⇒ Types::InputDefinition
Returns the value of attribute input_definition.
800 801 802 |
# File 'sig/types.rbs', line 800 def input_definition @input_definition end |
#input_description ⇒ ::String
Returns the value of attribute input_description.
799 800 801 |
# File 'sig/types.rbs', line 799 def input_description @input_description end |
#input_name ⇒ ::String
Returns the value of attribute input_name.
798 799 800 |
# File 'sig/types.rbs', line 798 def input_name @input_name end |