Class: Aws::Types::ListLayoutsResponse
- Inherits:
-
Object
- Object
- Aws::Types::ListLayoutsResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#layouts ⇒ ::Array[Types::LayoutSummary]
Returns the value of attribute layouts.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#layouts ⇒ ::Array[Types::LayoutSummary]
Returns the value of attribute layouts.
862 863 864 |
# File 'sig/types.rbs', line 862 def layouts @layouts end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
863 864 865 |
# File 'sig/types.rbs', line 863 def next_token @next_token end |