Class: Aws::Types::FieldConfig

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#excluded ⇒ Boolean

Returns the value of attribute excluded.

Returns:

  • (Boolean)


425
426
427
# File 'sig/types.rbs', line 425

def excluded
  @excluded
end

#input_type ⇒ Types::FieldInputConfig

Returns the value of attribute input_type.



426
427
428
# File 'sig/types.rbs', line 426

def input_type
  @input_type
end

#label ⇒ ::String

Returns the value of attribute label.

Returns:

  • (::String)


423
424
425
# File 'sig/types.rbs', line 423

def label
  @label
end

#position ⇒ Types::FieldPosition

Returns the value of attribute position.



424
425
426
# File 'sig/types.rbs', line 424

def position
  @position
end

#validations ⇒ ::Array[Types::FieldValidationConfiguration]

Returns the value of attribute validations.



427
428
429
# File 'sig/types.rbs', line 427

def validations
  @validations
end