Class: Aws::Types::Form

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#app_id ⇒ ::String

Returns the value of attribute app_id.

Returns:

  • (::String)


487
488
489
# File 'sig/types.rbs', line 487

def app_id
  @app_id
end

#cta ⇒ Types::FormCTA

Returns the value of attribute cta.

Returns:



498
499
500
# File 'sig/types.rbs', line 498

def cta
  @cta
end

#data_type ⇒ Types::FormDataTypeConfig

Returns the value of attribute data_type.



493
494
495
# File 'sig/types.rbs', line 493

def data_type
  @data_type
end

#environment_name ⇒ ::String

Returns the value of attribute environment_name.

Returns:

  • (::String)


488
489
490
# File 'sig/types.rbs', line 488

def environment_name
  @environment_name
end

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

Returns the value of attribute fields.

Returns:



494
495
496
# File 'sig/types.rbs', line 494

def fields
  @fields
end

#form_action_type ⇒ "create", "update"

Returns the value of attribute form_action_type.

Returns:

  • ("create", "update")


491
492
493
# File 'sig/types.rbs', line 491

def form_action_type
  @form_action_type
end

#id ⇒ ::String

Returns the value of attribute id.

Returns:

  • (::String)


489
490
491
# File 'sig/types.rbs', line 489

def id
  @id
end

#label_decorator ⇒ "required", ...

Returns the value of attribute label_decorator.

Returns:

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


499
500
501
# File 'sig/types.rbs', line 499

def label_decorator
  @label_decorator
end

#name ⇒ ::String

Returns the value of attribute name.

Returns:

  • (::String)


490
491
492
# File 'sig/types.rbs', line 490

def name
  @name
end

#schema_version ⇒ ::String

Returns the value of attribute schema_version.

Returns:

  • (::String)


496
497
498
# File 'sig/types.rbs', line 496

def schema_version
  @schema_version
end

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

Returns the value of attribute sectional_elements.

Returns:



495
496
497
# File 'sig/types.rbs', line 495

def sectional_elements
  @sectional_elements
end

#style ⇒ Types::FormStyle

Returns the value of attribute style.

Returns:



492
493
494
# File 'sig/types.rbs', line 492

def style
  @style
end

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

Returns the value of attribute tags.

Returns:

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


497
498
499
# File 'sig/types.rbs', line 497

def tags
  @tags
end