Class: Aws::Types::IterableFormListItem

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)


4848
4849
4850
# File 'sig/types.rbs', line 4848

def description
  @description
end

#glossary_terms::Array[::String]

Returns the value of attribute glossary_terms.

Returns:

  • (::Array[::String])


4849
4850
4851
# File 'sig/types.rbs', line 4849

def glossary_terms
  @glossary_terms
end

#item_id::String

Returns the value of attribute item_id.

Returns:

  • (::String)


4846
4847
4848
# File 'sig/types.rbs', line 4846

def item_id
  @item_id
end

#item_name::String

Returns the value of attribute item_name.

Returns:

  • (::String)


4847
4848
4849
# File 'sig/types.rbs', line 4847

def item_name
  @item_name
end