Class: Aws::Types::ListLayerVersionsRequest
- Inherits:
-
Object
- Object
- Aws::Types::ListLayerVersionsRequest
- 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.
-
#layer_name ⇒ ::String
Returns the value of attribute layer_name.
-
#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.
1564 1565 1566 |
# File 'sig/types.rbs', line 1564 def compatible_architecture @compatible_architecture end |
#compatible_runtime ⇒ "nodejs", ...
Returns the value of attribute compatible_runtime.
1565 1566 1567 |
# File 'sig/types.rbs', line 1565 def compatible_runtime @compatible_runtime end |
#layer_name ⇒ ::String
Returns the value of attribute layer_name.
1566 1567 1568 |
# File 'sig/types.rbs', line 1566 def layer_name @layer_name end |
#marker ⇒ ::String
Returns the value of attribute marker.
1567 1568 1569 |
# File 'sig/types.rbs', line 1567 def marker @marker end |
#max_items ⇒ ::Integer
Returns the value of attribute max_items.
1568 1569 1570 |
# File 'sig/types.rbs', line 1568 def max_items @max_items end |