Class: Aws::Types::DataSourceIntrospectionResult
- Inherits:
-
Object
- Object
- Aws::Types::DataSourceIntrospectionResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#models ⇒ ::Array[Types::DataSourceIntrospectionModel]
Returns the value of attribute models.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#models ⇒ ::Array[Types::DataSourceIntrospectionModel]
Returns the value of attribute models.
439 440 441 |
# File 'sig/types.rbs', line 439 def models @models end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
440 441 442 |
# File 'sig/types.rbs', line 440 def next_token @next_token end |