Class: Aws::Types::CreateFormData

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:



299
300
301
# File 'sig/types.rbs', line 299

def cta
  @cta
end

#data_type ⇒ Types::FormDataTypeConfig

Returns the value of attribute data_type.



293
294
295
# File 'sig/types.rbs', line 293

def data_type
  @data_type
end

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

Returns the value of attribute fields.

Returns:



295
296
297
# File 'sig/types.rbs', line 295

def fields
  @fields
end

#form_action_type ⇒ "create", "update"

Returns the value of attribute form_action_type.

Returns:

  • ("create", "update")


294
295
296
# File 'sig/types.rbs', line 294

def form_action_type
  @form_action_type
end

#label_decorator ⇒ "required", ...

Returns the value of attribute label_decorator.

Returns:

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


301
302
303
# File 'sig/types.rbs', line 301

def label_decorator
  @label_decorator
end

#name ⇒ ::String

Returns the value of attribute name.

Returns:

  • (::String)


292
293
294
# File 'sig/types.rbs', line 292

def name
  @name
end

#schema_version ⇒ ::String

Returns the value of attribute schema_version.

Returns:

  • (::String)


298
299
300
# File 'sig/types.rbs', line 298

def schema_version
  @schema_version
end

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

Returns the value of attribute sectional_elements.

Returns:



297
298
299
# File 'sig/types.rbs', line 297

def sectional_elements
  @sectional_elements
end

#style ⇒ Types::FormStyle

Returns the value of attribute style.

Returns:



296
297
298
# File 'sig/types.rbs', line 296

def style
  @style
end

#tags ⇒ ::Hash[::String, ::String]

Returns the value of attribute tags.

Returns:

  • (::Hash[::String, ::String])


300
301
302
# File 'sig/types.rbs', line 300

def tags
  @tags
end