Class: Aws::Types::ListLayersRequest
- Inherits:
-
Object
- Object
- Aws::Types::ListLayersRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#compatible_architecture ⇒ "x86_64", "arm64"
Returns the value of attribute compatible_architecture.
-
#compatible_runtime ⇒ "nodejs", ...
Returns the value of attribute compatible_runtime.
-
#marker ⇒ ::String
Returns the value of attribute marker.
-
#max_items ⇒ ::Integer
Returns the value of attribute max_items.
Instance Attribute Details
#compatible_architecture ⇒ "x86_64", "arm64"
Returns the value of attribute compatible_architecture.
1596 1597 1598 |
# File 'sig/types.rbs', line 1596 def compatible_architecture @compatible_architecture end |
#compatible_runtime ⇒ "nodejs", ...
Returns the value of attribute compatible_runtime.
1597 1598 1599 |
# File 'sig/types.rbs', line 1597 def compatible_runtime @compatible_runtime end |
#marker ⇒ ::String
Returns the value of attribute marker.
1598 1599 1600 |
# File 'sig/types.rbs', line 1598 def marker @marker end |
#max_items ⇒ ::Integer
Returns the value of attribute max_items.
1599 1600 1601 |
# File 'sig/types.rbs', line 1599 def max_items @max_items end |