Class: Aws::Types::FunctionList
- Inherits:
-
Object
- Object
- Aws::Types::FunctionList
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#items ⇒ ::Array[Types::FunctionSummary]
Returns the value of attribute items.
-
#max_items ⇒ ::Integer
Returns the value of attribute max_items.
-
#next_marker ⇒ ::String
Returns the value of attribute next_marker.
-
#quantity ⇒ ::Integer
Returns the value of attribute quantity.
Instance Attribute Details
#items ⇒ ::Array[Types::FunctionSummary]
Returns the value of attribute items.
1455 1456 1457 |
# File 'sig/types.rbs', line 1455 def items @items end |
#max_items ⇒ ::Integer
Returns the value of attribute max_items.
1453 1454 1455 |
# File 'sig/types.rbs', line 1453 def max_items @max_items end |
#next_marker ⇒ ::String
Returns the value of attribute next_marker.
1452 1453 1454 |
# File 'sig/types.rbs', line 1452 def next_marker @next_marker end |
#quantity ⇒ ::Integer
Returns the value of attribute quantity.
1454 1455 1456 |
# File 'sig/types.rbs', line 1454 def quantity @quantity end |