Class: Aws::Types::ListNamespacesResponse
- Inherits:
-
Object
- Object
- Aws::Types::ListNamespacesResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#namespaces ⇒ ::Array[Types::NamespaceSummary]
Returns the value of attribute namespaces.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#namespaces ⇒ ::Array[Types::NamespaceSummary]
Returns the value of attribute namespaces.
318 319 320 |
# File 'sig/types.rbs', line 318 def namespaces @namespaces end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
319 320 321 |
# File 'sig/types.rbs', line 319 def next_token @next_token end |