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)


365
366
367
# File 'sig/types.rbs', line 365

def asset_identifier
  @asset_identifier
end

#item_identifiers::Array[::String]

Returns the value of attribute item_identifiers.

Returns:

  • (::Array[::String])


367
368
369
# File 'sig/types.rbs', line 367

def item_identifiers
  @item_identifiers
end

#iterable_form_name::String

Returns the value of attribute iterable_form_name.

Returns:

  • (::String)


366
367
368
# File 'sig/types.rbs', line 366

def iterable_form_name
  @iterable_form_name
end