Class: Aws::Types::SchemaAttributeType

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#attribute_data_type"String", ...

Returns the value of attribute attribute_data_type.

Returns:

  • ("String", "Number", "DateTime", "Boolean")


1893
1894
1895
# File 'sig/types.rbs', line 1893

def attribute_data_type
  @attribute_data_type
end

#developer_only_attributeBoolean

Returns the value of attribute developer_only_attribute.

Returns:

  • (Boolean)


1894
1895
1896
# File 'sig/types.rbs', line 1894

def developer_only_attribute
  @developer_only_attribute
end

#mutableBoolean

Returns the value of attribute mutable.

Returns:

  • (Boolean)


1895
1896
1897
# File 'sig/types.rbs', line 1895

def mutable
  @mutable
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


1892
1893
1894
# File 'sig/types.rbs', line 1892

def name
  @name
end

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

#requiredBoolean

Returns the value of attribute required.

Returns:

  • (Boolean)


1896
1897
1898
# File 'sig/types.rbs', line 1896

def required
  @required
end

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