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:



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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


3223
3224
3225
# File 'sig/types.rbs', line 3223

def field_value
  @field_value
end