Class: Aws::Types::GetDataSourceIntrospectionRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetDataSourceIntrospectionRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#include_models_sdl ⇒ Boolean
Returns the value of attribute include_models_sdl.
-
#introspection_id ⇒ ::String
Returns the value of attribute introspection_id.
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#include_models_sdl ⇒ Boolean
Returns the value of attribute include_models_sdl.
731 732 733 |
# File 'sig/types.rbs', line 731 def include_models_sdl @include_models_sdl end |
#introspection_id ⇒ ::String
Returns the value of attribute introspection_id.
730 731 732 |
# File 'sig/types.rbs', line 730 def introspection_id @introspection_id end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
733 734 735 |
# File 'sig/types.rbs', line 733 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
732 733 734 |
# File 'sig/types.rbs', line 732 def next_token @next_token end |