Class: Aws::Types::CreateInputRequest

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.



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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:



173
174
175
# File 'sig/types.rbs', line 173

def tags
  @tags
end