Class: Aws::Types::BatchGetIterableFormsRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#asset_identifier::String

Returns the value of attribute asset_identifier.

Returns:

  • (::String)


361
362
363
# File 'sig/types.rbs', line 361

def asset_identifier
  @asset_identifier
end

#item_identifiers::Array[::String]

Returns the value of attribute item_identifiers.

Returns:

  • (::Array[::String])


363
364
365
# File 'sig/types.rbs', line 363

def item_identifiers
  @item_identifiers
end

#iterable_form_name::String

Returns the value of attribute iterable_form_name.

Returns:

  • (::String)


362
363
364
# File 'sig/types.rbs', line 362

def iterable_form_name
  @iterable_form_name
end