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")


1925
1926
1927
# File 'sig/types.rbs', line 1925

def attribute_data_type
  @attribute_data_type
end

#developer_only_attributeBoolean

Returns the value of attribute developer_only_attribute.

Returns:

  • (Boolean)


1926
1927
1928
# File 'sig/types.rbs', line 1926

def developer_only_attribute
  @developer_only_attribute
end

#mutableBoolean

Returns the value of attribute mutable.

Returns:

  • (Boolean)


1927
1928
1929
# File 'sig/types.rbs', line 1927

def mutable
  @mutable
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


1924
1925
1926
# File 'sig/types.rbs', line 1924

def name
  @name
end

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

#requiredBoolean

Returns the value of attribute required.

Returns:

  • (Boolean)


1928
1929
1930
# File 'sig/types.rbs', line 1928

def required
  @required
end

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