Class: Aws::AmplifyUIBuilder::Types::FormCTA
- Inherits:
-
Struct
- Object
- Struct
- Aws::AmplifyUIBuilder::Types::FormCTA
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-amplifyuibuilder/types.rb
Overview
Describes the call to action button configuration for the form.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#cancel ⇒ Types::FormButton
Displays a cancel button.
-
#clear ⇒ Types::FormButton
Displays a clear button.
-
#position ⇒ String
The position of the button.
-
#submit ⇒ Types::FormButton
Displays a submit button.
Instance Attribute Details
#cancel ⇒ Types::FormButton
Displays a cancel button.
1973 1974 1975 1976 1977 1978 1979 1980 |
# File 'lib/aws-sdk-amplifyuibuilder/types.rb', line 1973 class FormCTA < Struct.new( :position, :clear, :cancel, :submit) SENSITIVE = [] include Aws::Structure end |
#clear ⇒ Types::FormButton
Displays a clear button.
1973 1974 1975 1976 1977 1978 1979 1980 |
# File 'lib/aws-sdk-amplifyuibuilder/types.rb', line 1973 class FormCTA < Struct.new( :position, :clear, :cancel, :submit) SENSITIVE = [] include Aws::Structure end |
#position ⇒ String
The position of the button.
1973 1974 1975 1976 1977 1978 1979 1980 |
# File 'lib/aws-sdk-amplifyuibuilder/types.rb', line 1973 class FormCTA < Struct.new( :position, :clear, :cancel, :submit) SENSITIVE = [] include Aws::Structure end |
#submit ⇒ Types::FormButton
Displays a submit button.
1973 1974 1975 1976 1977 1978 1979 1980 |
# File 'lib/aws-sdk-amplifyuibuilder/types.rb', line 1973 class FormCTA < Struct.new( :position, :clear, :cancel, :submit) SENSITIVE = [] include Aws::Structure end |