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:



4817
4818
4819
# File 'sig/types.rbs', line 4817

def attachments
  @attachments
end

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

Returns the value of attribute forms.

Returns:



4816
4817
4818
# File 'sig/types.rbs', line 4816

def forms
  @forms
end

#glossary_terms::Array[::String]

Returns the value of attribute glossary_terms.

Returns:

  • (::Array[::String])


4815
4816
4817
# File 'sig/types.rbs', line 4815

def glossary_terms
  @glossary_terms
end

#item_id::String

Returns the value of attribute item_id.

Returns:

  • (::String)


4813
4814
4815
# File 'sig/types.rbs', line 4813

def item_id
  @item_id
end

#item_name::String

Returns the value of attribute item_name.

Returns:

  • (::String)


4814
4815
4816
# File 'sig/types.rbs', line 4814

def item_name
  @item_name
end