Class: Aws::Types::UpdateListRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


1363
1364
1365
# File 'sig/types.rbs', line 1363

def description
  @description
end

#elements::Array[::String]

Returns the value of attribute elements.

Returns:

  • (::Array[::String])


1362
1363
1364
# File 'sig/types.rbs', line 1362

def elements
  @elements
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


1361
1362
1363
# File 'sig/types.rbs', line 1361

def name
  @name
end

#update_mode"REPLACE", ...

Returns the value of attribute update_mode.

Returns:

  • ("REPLACE", "APPEND", "REMOVE")


1364
1365
1366
# File 'sig/types.rbs', line 1364

def update_mode
  @update_mode
end

#variable_type::String

Returns the value of attribute variable_type.

Returns:

  • (::String)


1365
1366
1367
# File 'sig/types.rbs', line 1365

def variable_type
  @variable_type
end