Class: Aws::AmplifyUIBuilder::Types::FormButton
- Inherits:
-
Struct
- Object
- Struct
- Aws::AmplifyUIBuilder::Types::FormButton
- Defined in:
- gems/aws-sdk-amplifyuibuilder/lib/aws-sdk-amplifyuibuilder/types.rb
Overview
Describes the configuration for a button UI element that is a part of a form.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#children ⇒ String
Describes the button's properties.
-
#excluded ⇒ Boolean
Specifies whether the button is visible on the form.
-
#position ⇒ Types::FieldPosition
The position of the button.
Instance Attribute Details
#children ⇒ String
Describes the button's properties.
1945 1946 1947 1948 1949 1950 1951 |
# File 'gems/aws-sdk-amplifyuibuilder/lib/aws-sdk-amplifyuibuilder/types.rb', line 1945 class FormButton < Struct.new( :excluded, :children, :position) SENSITIVE = [] include Aws::Structure end |
#excluded ⇒ Boolean
Specifies whether the button is visible on the form.
1945 1946 1947 1948 1949 1950 1951 |
# File 'gems/aws-sdk-amplifyuibuilder/lib/aws-sdk-amplifyuibuilder/types.rb', line 1945 class FormButton < Struct.new( :excluded, :children, :position) SENSITIVE = [] include Aws::Structure end |
#position ⇒ Types::FieldPosition
The position of the button.
1945 1946 1947 1948 1949 1950 1951 |
# File 'gems/aws-sdk-amplifyuibuilder/lib/aws-sdk-amplifyuibuilder/types.rb', line 1945 class FormButton < Struct.new( :excluded, :children, :position) SENSITIVE = [] include Aws::Structure end |