Class: Aws::Types::FormSummary
- Inherits:
-
Object
- Object
- Aws::Types::FormSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#app_id ⇒ ::String
Returns the value of attribute app_id.
-
#data_type ⇒ Types::FormDataTypeConfig
Returns the value of attribute data_type.
-
#environment_name ⇒ ::String
Returns the value of attribute environment_name.
-
#form_action_type ⇒ "create", "update"
Returns the value of attribute form_action_type.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#name ⇒ ::String
Returns the value of attribute name.
Instance Attribute Details
#app_id ⇒ ::String
Returns the value of attribute app_id.
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.
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.
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.
580 581 582 |
# File 'sig/types.rbs', line 580 def id @id end |
#name ⇒ ::String
Returns the value of attribute name.
581 582 583 |
# File 'sig/types.rbs', line 581 def name @name end |