Class: Aws::Types::FormSummary

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)


576
577
578
# File 'sig/types.rbs', line 576

def app_id
  @app_id
end

#data_type ⇒ Types::FormDataTypeConfig

Returns the value of attribute data_type.



577
578
579
# File 'sig/types.rbs', line 577

def data_type
  @data_type
end

#environment_name ⇒ ::String

Returns the value of attribute environment_name.

Returns:

  • (::String)


578
579
580
# File 'sig/types.rbs', line 578

def environment_name
  @environment_name
end

#form_action_type ⇒ "create", "update"

Returns the value of attribute form_action_type.

Returns:

  • ("create", "update")


579
580
581
# File 'sig/types.rbs', line 579

def form_action_type
  @form_action_type
end

#id ⇒ ::String

Returns the value of attribute id.

Returns:

  • (::String)


580
581
582
# File 'sig/types.rbs', line 580

def id
  @id
end

#name ⇒ ::String

Returns the value of attribute name.

Returns:

  • (::String)


581
582
583
# File 'sig/types.rbs', line 581

def name
  @name
end