Class: Aws::Types::SourceKeyword

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#keyword_input_type ⇒ "SELECT_FROM_LIST", ...

Returns the value of attribute keyword_input_type.

Returns:

  • ("SELECT_FROM_LIST", "UPLOAD_FILE", "INPUT_TEXT")


1100
1101
1102
# File 'sig/types.rbs', line 1100

def keyword_input_type
  @keyword_input_type
end

#keyword_value ⇒ ::String

Returns the value of attribute keyword_value.

Returns:

  • (::String)


1101
1102
1103
# File 'sig/types.rbs', line 1101

def keyword_value
  @keyword_value
end