Class: Aws::Types::DataPathValue

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:field_value])

Instance Attribute Summary collapse

Instance Attribute Details

#data_path_typeTypes::DataPathType

Returns the value of attribute data_path_type.

Returns:



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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


3092
3093
3094
# File 'sig/types.rbs', line 3092

def field_value
  @field_value
end