Class: Aws::Types::CreateVariableRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#data_source"EVENT", ...

Returns the value of attribute data_source.

Returns:

  • ("EVENT", "MODEL_SCORE", "EXTERNAL_MODEL_SCORE")


264
265
266
# File 'sig/types.rbs', line 264

def data_source
  @data_source
end

#data_type"STRING", ...

Returns the value of attribute data_type.

Returns:

  • ("STRING", "INTEGER", "FLOAT", "BOOLEAN", "DATETIME")


263
264
265
# File 'sig/types.rbs', line 263

def data_type
  @data_type
end

#default_value::String

Returns the value of attribute default_value.

Returns:

  • (::String)


265
266
267
# File 'sig/types.rbs', line 265

def default_value
  @default_value
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


266
267
268
# File 'sig/types.rbs', line 266

def description
  @description
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


262
263
264
# File 'sig/types.rbs', line 262

def name
  @name
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



268
269
270
# File 'sig/types.rbs', line 268

def tags
  @tags
end

#variable_type::String

Returns the value of attribute variable_type.

Returns:

  • (::String)


267
268
269
# File 'sig/types.rbs', line 267

def variable_type
  @variable_type
end