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)


3073
3074
3075
# File 'sig/types.rbs', line 3073

def field_id
  @field_id
end

#field_value::String

Returns the value of attribute field_value.

Returns:

  • (::String)


3074
3075
3076
# File 'sig/types.rbs', line 3074

def field_value
  @field_value
end

#visibility"HIDDEN", "VISIBLE"

Returns the value of attribute visibility.

Returns:

  • ("HIDDEN", "VISIBLE")


3075
3076
3077
# File 'sig/types.rbs', line 3075

def visibility
  @visibility
end