Class: Aws::Types::DescribeMetadataModelConversionsResponse
- Inherits:
-
Object
- Object
- Aws::Types::DescribeMetadataModelConversionsResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#marker ⇒ ::String
Returns the value of attribute marker.
-
#requests ⇒ ::Array[Types::SchemaConversionRequest]
Returns the value of attribute requests.
Instance Attribute Details
#marker ⇒ ::String
Returns the value of attribute marker.
1001 1002 1003 |
# File 'sig/types.rbs', line 1001 def marker @marker end |
#requests ⇒ ::Array[Types::SchemaConversionRequest]
Returns the value of attribute requests.
1002 1003 1004 |
# File 'sig/types.rbs', line 1002 def requests @requests end |