Class: Aws::Types::DescribeMetadataModelCreationsResponse
- Inherits:
-
Object
- Object
- Aws::Types::DescribeMetadataModelCreationsResponse
- 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.
1015 1016 1017 |
# File 'sig/types.rbs', line 1015 def marker @marker end |
#requests ⇒ ::Array[Types::SchemaConversionRequest]
Returns the value of attribute requests.
1016 1017 1018 |
# File 'sig/types.rbs', line 1016 def requests @requests end |