Class: Aws::Types::DescribeMetadataModelExportsAsScriptResponse
- Inherits:
-
Object
- Object
- Aws::Types::DescribeMetadataModelExportsAsScriptResponse
- 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.
1029 1030 1031 |
# File 'sig/types.rbs', line 1029 def marker @marker end |
#requests ⇒ ::Array[Types::SchemaConversionRequest]
Returns the value of attribute requests.
1030 1031 1032 |
# File 'sig/types.rbs', line 1030 def requests @requests end |