Class: Aws::Types::Attribute

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#allowed_values ⇒ ::Array[::String]

Returns the value of attribute allowed_values.

Returns:

  • (::Array[::String])


45
46
47
# File 'sig/types.rbs', line 45

def allowed_values
  @allowed_values
end

#assigned_value ⇒ ::String

Returns the value of attribute assigned_value.

Returns:

  • (::String)


48
49
50
# File 'sig/types.rbs', line 48

def assigned_value
  @assigned_value
end

#comment ⇒ ::String

Returns the value of attribute comment.

Returns:

  • (::String)


51
52
53
# File 'sig/types.rbs', line 51

def comment
  @comment
end

#data_type ⇒ "INT8", ...

Returns the value of attribute data_type.

Returns:

  • ("INT8", "UINT8", "INT16", "UINT16", "INT32", "UINT32", "INT64", "UINT64", "BOOLEAN", "FLOAT", "DOUBLE", "STRING", "UNIX_TIMESTAMP", "INT8_ARRAY", "UINT8_ARRAY", "INT16_ARRAY", "UINT16_ARRAY", "INT32_ARRAY", "UINT32_ARRAY", "INT64_ARRAY", "UINT64_ARRAY", "BOOLEAN_ARRAY", "FLOAT_ARRAY", "DOUBLE_ARRAY", "STRING_ARRAY", "UNIX_TIMESTAMP_ARRAY", "UNKNOWN", "STRUCT", "STRUCT_ARRAY")


42
43
44
# File 'sig/types.rbs', line 42

def data_type
  @data_type
end

#default_value ⇒ ::String

Returns the value of attribute default_value.

Returns:

  • (::String)


49
50
51
# File 'sig/types.rbs', line 49

def default_value
  @default_value
end

#deprecation_message ⇒ ::String

Returns the value of attribute deprecation_message.

Returns:

  • (::String)


50
51
52
# File 'sig/types.rbs', line 50

def deprecation_message
  @deprecation_message
end

#description ⇒ ::String

Returns the value of attribute description.

Returns:

  • (::String)


43
44
45
# File 'sig/types.rbs', line 43

def description
  @description
end

#fully_qualified_name ⇒ ::String

Returns the value of attribute fully_qualified_name.

Returns:

  • (::String)


41
42
43
# File 'sig/types.rbs', line 41

def fully_qualified_name
  @fully_qualified_name
end

#max ⇒ ::Float

Returns the value of attribute max.

Returns:

  • (::Float)


47
48
49
# File 'sig/types.rbs', line 47

def max
  @max
end

#min ⇒ ::Float

Returns the value of attribute min.

Returns:

  • (::Float)


46
47
48
# File 'sig/types.rbs', line 46

def min
  @min
end

#unit ⇒ ::String

Returns the value of attribute unit.

Returns:

  • (::String)


44
45
46
# File 'sig/types.rbs', line 44

def unit
  @unit
end