Class: Aws::Types::BatchGetIterableFormsRequest
- Inherits:
-
Object
- Object
- Aws::Types::BatchGetIterableFormsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#asset_identifier ⇒ ::String
Returns the value of attribute asset_identifier.
-
#item_identifiers ⇒ ::Array[::String]
Returns the value of attribute item_identifiers.
-
#iterable_form_name ⇒ ::String
Returns the value of attribute iterable_form_name.
Instance Attribute Details
#asset_identifier ⇒ ::String
Returns the value of attribute asset_identifier.
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.
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.
362 363 364 |
# File 'sig/types.rbs', line 362 def iterable_form_name @iterable_form_name end |