Class: Aws::Types::DataSourceIntrospectionModelFieldType
- Inherits:
-
Object
- Object
- Aws::Types::DataSourceIntrospectionModelFieldType
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#kind ⇒ ::String
Returns the value of attribute kind.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#type ⇒ Types::DataSourceIntrospectionModelFieldType
Returns the value of attribute type.
-
#values ⇒ ::Array[::String]
Returns the value of attribute values.
Instance Attribute Details
#kind ⇒ ::String
Returns the value of attribute kind.
425 426 427 |
# File 'sig/types.rbs', line 425 def kind @kind end |
#name ⇒ ::String
Returns the value of attribute name.
426 427 428 |
# File 'sig/types.rbs', line 426 def name @name end |
#type ⇒ Types::DataSourceIntrospectionModelFieldType
Returns the value of attribute type.
427 428 429 |
# File 'sig/types.rbs', line 427 def type @type end |
#values ⇒ ::Array[::String]
Returns the value of attribute values.
428 429 430 |
# File 'sig/types.rbs', line 428 def values @values end |