Class: Aws::Types::CreateInputRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateInputRequest
- 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.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
Instance Attribute Details
#input_definition ⇒ Types::InputDefinition
Returns the value of attribute input_definition.
172 173 174 |
# File 'sig/types.rbs', line 172 def input_definition @input_definition end |
#input_description ⇒ ::String
Returns the value of attribute input_description.
171 172 173 |
# File 'sig/types.rbs', line 171 def input_description @input_description end |
#input_name ⇒ ::String
Returns the value of attribute input_name.
170 171 172 |
# File 'sig/types.rbs', line 170 def input_name @input_name end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
173 174 175 |
# File 'sig/types.rbs', line 173 def @tags end |