Class: Aws::Types::DataPathValue
- Inherits:
-
Object
- Object
- Aws::Types::DataPathValue
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#data_path_type ⇒ Types::DataPathType
Returns the value of attribute data_path_type.
-
#field_id ⇒ ::String
Returns the value of attribute field_id.
-
#field_value ⇒ ::String
Returns the value of attribute field_value.
Instance Attribute Details
#data_path_type ⇒ Types::DataPathType
Returns the value of attribute data_path_type.
3224 3225 3226 |
# File 'sig/types.rbs', line 3224 def data_path_type @data_path_type end |
#field_id ⇒ ::String
Returns the value of attribute field_id.
3222 3223 3224 |
# File 'sig/types.rbs', line 3222 def field_id @field_id end |
#field_value ⇒ ::String
Returns the value of attribute field_value.
3223 3224 3225 |
# File 'sig/types.rbs', line 3223 def field_value @field_value end |