Class: Aws::Types::Actuator

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


21
22
23
# File 'sig/types.rbs', line 21

def allowed_values
  @allowed_values
end

#assigned_value ⇒ ::String

Returns the value of attribute assigned_value.

Returns:

  • (::String)


24
25
26
# File 'sig/types.rbs', line 24

def assigned_value
  @assigned_value
end

#comment ⇒ ::String

Returns the value of attribute comment.

Returns:

  • (::String)


26
27
28
# File 'sig/types.rbs', line 26

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


18
19
20
# File 'sig/types.rbs', line 18

def data_type
  @data_type
end

#deprecation_message ⇒ ::String

Returns the value of attribute deprecation_message.

Returns:

  • (::String)


25
26
27
# File 'sig/types.rbs', line 25

def deprecation_message
  @deprecation_message
end

#description ⇒ ::String

Returns the value of attribute description.

Returns:

  • (::String)


19
20
21
# File 'sig/types.rbs', line 19

def description
  @description
end

#fully_qualified_name ⇒ ::String

Returns the value of attribute fully_qualified_name.

Returns:

  • (::String)


17
18
19
# File 'sig/types.rbs', line 17

def fully_qualified_name
  @fully_qualified_name
end

#max ⇒ ::Float

Returns the value of attribute max.

Returns:

  • (::Float)


23
24
25
# File 'sig/types.rbs', line 23

def max
  @max
end

#min ⇒ ::Float

Returns the value of attribute min.

Returns:

  • (::Float)


22
23
24
# File 'sig/types.rbs', line 22

def min
  @min
end

#struct_fully_qualified_name ⇒ ::String

Returns the value of attribute struct_fully_qualified_name.

Returns:

  • (::String)


27
28
29
# File 'sig/types.rbs', line 27

def struct_fully_qualified_name
  @struct_fully_qualified_name
end

#unit ⇒ ::String

Returns the value of attribute unit.

Returns:

  • (::String)


20
21
22
# File 'sig/types.rbs', line 20

def unit
  @unit
end