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.
1605 1606 1607 |
# File 'sig/types.rbs', line 1605 def layers @layers end |
#next_marker ⇒ ::String
Returns the value of attribute next_marker.
1604 1605 1606 |
# File 'sig/types.rbs', line 1604 def next_marker @next_marker end |