Class: Aws::Types::DataSourceIntrospectionModelField
- Inherits:
-
Object
- Object
- Aws::Types::DataSourceIntrospectionModelField
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#length ⇒ ::Integer
Returns the value of attribute length.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#type ⇒ Types::DataSourceIntrospectionModelFieldType
Returns the value of attribute type.
Instance Attribute Details
#length ⇒ ::Integer
Returns the value of attribute length.
420 421 422 |
# File 'sig/types.rbs', line 420 def length @length end |
#name ⇒ ::String
Returns the value of attribute name.
418 419 420 |
# File 'sig/types.rbs', line 418 def name @name end |
#type ⇒ Types::DataSourceIntrospectionModelFieldType
Returns the value of attribute type.
419 420 421 |
# File 'sig/types.rbs', line 419 def type @type end |