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:



4841
4842
4843
# File 'sig/types.rbs', line 4841

def attachments
  @attachments
end

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

Returns the value of attribute forms.

Returns:



4840
4841
4842
# File 'sig/types.rbs', line 4840

def forms
  @forms
end

#glossary_terms::Array[::String]

Returns the value of attribute glossary_terms.

Returns:

  • (::Array[::String])


4839
4840
4841
# File 'sig/types.rbs', line 4839

def glossary_terms
  @glossary_terms
end

#item_id::String

Returns the value of attribute item_id.

Returns:

  • (::String)


4837
4838
4839
# File 'sig/types.rbs', line 4837

def item_id
  @item_id
end

#item_name::String

Returns the value of attribute item_name.

Returns:

  • (::String)


4838
4839
4840
# File 'sig/types.rbs', line 4838

def item_name
  @item_name
end