Class: Aws::Types::UpdateFormData

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#cta ⇒ Types::FormCTA

Returns the value of attribute cta.

Returns:



943
944
945
# File 'sig/types.rbs', line 943

def cta
  @cta
end

#data_type ⇒ Types::FormDataTypeConfig

Returns the value of attribute data_type.



937
938
939
# File 'sig/types.rbs', line 937

def data_type
  @data_type
end

#fields ⇒ ::Hash[::String, Types::FieldConfig]

Returns the value of attribute fields.

Returns:



939
940
941
# File 'sig/types.rbs', line 939

def fields
  @fields
end

#form_action_type ⇒ "create", "update"

Returns the value of attribute form_action_type.

Returns:

  • ("create", "update")


938
939
940
# File 'sig/types.rbs', line 938

def form_action_type
  @form_action_type
end

#label_decorator ⇒ "required", ...

Returns the value of attribute label_decorator.

Returns:

  • ("required", "optional", "none")


944
945
946
# File 'sig/types.rbs', line 944

def label_decorator
  @label_decorator
end

#name ⇒ ::String

Returns the value of attribute name.

Returns:

  • (::String)


936
937
938
# File 'sig/types.rbs', line 936

def name
  @name
end

#schema_version ⇒ ::String

Returns the value of attribute schema_version.

Returns:

  • (::String)


942
943
944
# File 'sig/types.rbs', line 942

def schema_version
  @schema_version
end

#sectional_elements ⇒ ::Hash[::String, Types::SectionalElement]

Returns the value of attribute sectional_elements.

Returns:



941
942
943
# File 'sig/types.rbs', line 941

def sectional_elements
  @sectional_elements
end

#style ⇒ Types::FormStyle

Returns the value of attribute style.

Returns:



940
941
942
# File 'sig/types.rbs', line 940

def style
  @style
end