Class: Aws::Types::IterableFormItem

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#attachments::Hash[::String, Types::AssetFormEntry]

Returns the value of attribute attachments.

Returns:



4798
4799
4800
# File 'sig/types.rbs', line 4798

def attachments
  @attachments
end

#forms::Hash[::String, Types::AssetFormEntry]

Returns the value of attribute forms.

Returns:



4797
4798
4799
# File 'sig/types.rbs', line 4797

def forms
  @forms
end

#glossary_terms::Array[::String]

Returns the value of attribute glossary_terms.

Returns:

  • (::Array[::String])


4796
4797
4798
# File 'sig/types.rbs', line 4796

def glossary_terms
  @glossary_terms
end

#item_id::String

Returns the value of attribute item_id.

Returns:

  • (::String)


4794
4795
4796
# File 'sig/types.rbs', line 4794

def item_id
  @item_id
end

#item_name::String

Returns the value of attribute item_name.

Returns:

  • (::String)


4795
4796
4797
# File 'sig/types.rbs', line 4795

def item_name
  @item_name
end