Class: Aws::Types::DataSourceIntrospectionModel
- Inherits:
-
Object
- Object
- Aws::Types::DataSourceIntrospectionModel
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#fields ⇒ ::Array[Types::DataSourceIntrospectionModelField]
Returns the value of attribute fields.
-
#indexes ⇒ ::Array[Types::DataSourceIntrospectionModelIndex]
Returns the value of attribute indexes.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#primary_key ⇒ Types::DataSourceIntrospectionModelIndex
Returns the value of attribute primary_key.
-
#sdl ⇒ ::String
Returns the value of attribute sdl.
Instance Attribute Details
#fields ⇒ ::Array[Types::DataSourceIntrospectionModelField]
Returns the value of attribute fields.
410 411 412 |
# File 'sig/types.rbs', line 410 def fields @fields end |
#indexes ⇒ ::Array[Types::DataSourceIntrospectionModelIndex]
Returns the value of attribute indexes.
412 413 414 |
# File 'sig/types.rbs', line 412 def indexes @indexes end |
#name ⇒ ::String
Returns the value of attribute name.
409 410 411 |
# File 'sig/types.rbs', line 409 def name @name end |
#primary_key ⇒ Types::DataSourceIntrospectionModelIndex
Returns the value of attribute primary_key.
411 412 413 |
# File 'sig/types.rbs', line 411 def primary_key @primary_key end |
#sdl ⇒ ::String
Returns the value of attribute sdl.
413 414 415 |
# File 'sig/types.rbs', line 413 def sdl @sdl end |