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.
3093 3094 3095 |
# File 'sig/types.rbs', line 3093 def data_path_type @data_path_type end |
#field_id ⇒ ::String
Returns the value of attribute field_id.
3091 3092 3093 |
# File 'sig/types.rbs', line 3091 def field_id @field_id end |
#field_value ⇒ ::String
Returns the value of attribute field_value.
3092 3093 3094 |
# File 'sig/types.rbs', line 3092 def field_value @field_value end |