Class: Aws::Types::DescribeSchemasResponse
- Inherits:
-
Object
- Object
- Aws::Types::DescribeSchemasResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#marker ⇒ ::String
Returns the value of attribute marker.
-
#schemas ⇒ ::Array[::String]
Returns the value of attribute schemas.
Instance Attribute Details
#marker ⇒ ::String
Returns the value of attribute marker.
1295 1296 1297 |
# File 'sig/types.rbs', line 1295 def marker @marker end |
#schemas ⇒ ::Array[::String]
Returns the value of attribute schemas.
1296 1297 1298 |
# File 'sig/types.rbs', line 1296 def schemas @schemas end |