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.
1893 1894 1895 |
# File 'sig/types.rbs', line 1893 def attribute_data_type @attribute_data_type end |
#developer_only_attribute ⇒ Boolean
Returns the value of attribute developer_only_attribute.
1894 1895 1896 |
# File 'sig/types.rbs', line 1894 def developer_only_attribute @developer_only_attribute end |
#mutable ⇒ Boolean
Returns the value of attribute mutable.
1895 1896 1897 |
# File 'sig/types.rbs', line 1895 def mutable @mutable end |
#name ⇒ ::String
Returns the value of attribute name.
1892 1893 1894 |
# File 'sig/types.rbs', line 1892 def name @name end |
#number_attribute_constraints ⇒ Types::NumberAttributeConstraintsType
Returns the value of attribute number_attribute_constraints.
1897 1898 1899 |
# File 'sig/types.rbs', line 1897 def number_attribute_constraints @number_attribute_constraints end |
#required ⇒ Boolean
Returns the value of attribute required.
1896 1897 1898 |
# File 'sig/types.rbs', line 1896 def required @required end |
#string_attribute_constraints ⇒ Types::StringAttributeConstraintsType
Returns the value of attribute string_attribute_constraints.
1898 1899 1900 |
# File 'sig/types.rbs', line 1898 def string_attribute_constraints @string_attribute_constraints end |