Class: Aws::Types::DataPathLabelType

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:field_value])

Instance Attribute Summary collapse

Instance Attribute Details

#field_id::String

Returns the value of attribute field_id.

Returns:

  • (::String)


3204
3205
3206
# File 'sig/types.rbs', line 3204

def field_id
  @field_id
end

#field_value::String

Returns the value of attribute field_value.

Returns:

  • (::String)


3205
3206
3207
# File 'sig/types.rbs', line 3205

def field_value
  @field_value
end

#visibility"HIDDEN", "VISIBLE"

Returns the value of attribute visibility.

Returns:

  • ("HIDDEN", "VISIBLE")


3206
3207
3208
# File 'sig/types.rbs', line 3206

def visibility
  @visibility
end