Class: Aws::Types::ListLayersResponse
- Inherits:
-
Object
- Object
- Aws::Types::ListLayersResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#layers ⇒ ::Array[Types::LayersListItem]
Returns the value of attribute layers.
-
#next_marker ⇒ ::String
Returns the value of attribute next_marker.
Instance Attribute Details
#layers ⇒ ::Array[Types::LayersListItem]
Returns the value of attribute layers.
1588 1589 1590 |
# File 'sig/types.rbs', line 1588 def layers @layers end |
#next_marker ⇒ ::String
Returns the value of attribute next_marker.
1587 1588 1589 |
# File 'sig/types.rbs', line 1587 def next_marker @next_marker end |