Class: Aws::Types::CreateListRequest

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)


206
207
208
# File 'sig/types.rbs', line 206

def description
  @description
end

#elements::Array[::String]

Returns the value of attribute elements.

Returns:

  • (::Array[::String])


204
205
206
# File 'sig/types.rbs', line 204

def elements
  @elements
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


203
204
205
# File 'sig/types.rbs', line 203

def name
  @name
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



207
208
209
# File 'sig/types.rbs', line 207

def tags
  @tags
end

#variable_type::String

Returns the value of attribute variable_type.

Returns:

  • (::String)


205
206
207
# File 'sig/types.rbs', line 205

def variable_type
  @variable_type
end