Class: Aws::Types::DescribeMetadataModelExportsToTargetResponse
- Inherits:
-
Object
- Object
- Aws::Types::DescribeMetadataModelExportsToTargetResponse
- 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.
1043 1044 1045 |
# File 'sig/types.rbs', line 1043 def marker @marker end |
#requests ⇒ ::Array[Types::SchemaConversionRequest]
Returns the value of attribute requests.
1044 1045 1046 |
# File 'sig/types.rbs', line 1044 def requests @requests end |