Class: Aws::AmplifyUIBuilder::Types::FormButton

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#childrenString

Describes the button's properties.

Returns:

  • (String)


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

#excludedBoolean

Specifies whether the button is visible on the form.

Returns:

  • (Boolean)


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

#positionTypes::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