Class: Aws::Types::UpdateInputRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


798
799
800
# File 'sig/types.rbs', line 798

def input_name
  @input_name
end