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.
1579 1580 1581 |
# File 'sig/types.rbs', line 1579 def compatible_architecture @compatible_architecture end |
#compatible_runtime ⇒ "nodejs", ...
Returns the value of attribute compatible_runtime.
1580 1581 1582 |
# File 'sig/types.rbs', line 1580 def compatible_runtime @compatible_runtime end |
#marker ⇒ ::String
Returns the value of attribute marker.
1581 1582 1583 |
# File 'sig/types.rbs', line 1581 def marker @marker end |
#max_items ⇒ ::Integer
Returns the value of attribute max_items.
1582 1583 1584 |
# File 'sig/types.rbs', line 1582 def max_items @max_items end |