Class: Aws::Types::SchemaAttributeType
- Inherits:
-
Object
- Object
- Aws::Types::SchemaAttributeType
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#attribute_data_type ⇒ "String", ...
Returns the value of attribute attribute_data_type.
-
#developer_only_attribute ⇒ Boolean
Returns the value of attribute developer_only_attribute.
-
#mutable ⇒ Boolean
Returns the value of attribute mutable.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#number_attribute_constraints ⇒ Types::NumberAttributeConstraintsType
Returns the value of attribute number_attribute_constraints.
-
#required ⇒ Boolean
Returns the value of attribute required.
-
#string_attribute_constraints ⇒ Types::StringAttributeConstraintsType
Returns the value of attribute string_attribute_constraints.
Instance Attribute Details
#attribute_data_type ⇒ "String", ...
Returns the value of attribute attribute_data_type.
1925 1926 1927 |
# File 'sig/types.rbs', line 1925 def attribute_data_type @attribute_data_type end |
#developer_only_attribute ⇒ Boolean
Returns the value of attribute developer_only_attribute.
1926 1927 1928 |
# File 'sig/types.rbs', line 1926 def developer_only_attribute @developer_only_attribute end |
#mutable ⇒ Boolean
Returns the value of attribute mutable.
1927 1928 1929 |
# File 'sig/types.rbs', line 1927 def mutable @mutable end |
#name ⇒ ::String
Returns the value of attribute name.
1924 1925 1926 |
# File 'sig/types.rbs', line 1924 def name @name end |
#number_attribute_constraints ⇒ Types::NumberAttributeConstraintsType
Returns the value of attribute number_attribute_constraints.
1929 1930 1931 |
# File 'sig/types.rbs', line 1929 def number_attribute_constraints @number_attribute_constraints end |
#required ⇒ Boolean
Returns the value of attribute required.
1928 1929 1930 |
# File 'sig/types.rbs', line 1928 def required @required end |
#string_attribute_constraints ⇒ Types::StringAttributeConstraintsType
Returns the value of attribute string_attribute_constraints.
1930 1931 1932 |
# File 'sig/types.rbs', line 1930 def string_attribute_constraints @string_attribute_constraints end |