Class: Aws::Types::BatchCreateVariableRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



72
73
74
# File 'sig/types.rbs', line 72

def tags
  @tags
end

#variable_entries::Array[Types::VariableEntry]

Returns the value of attribute variable_entries.

Returns:



71
72
73
# File 'sig/types.rbs', line 71

def variable_entries
  @variable_entries
end