Class: Aws::Types::DescribeMetadataModelImportsResponse
- Inherits:
-
Object
- Object
- Aws::Types::DescribeMetadataModelImportsResponse
- 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.
1057 1058 1059 |
# File 'sig/types.rbs', line 1057 def marker @marker end |
#requests ⇒ ::Array[Types::SchemaConversionRequest]
Returns the value of attribute requests.
1058 1059 1060 |
# File 'sig/types.rbs', line 1058 def requests @requests end |