Class: Aws::Types::CustomProperty

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#comment ⇒ ::String

Returns the value of attribute comment.

Returns:

  • (::String)


330
331
332
# File 'sig/types.rbs', line 330

def comment
  @comment
end

#data_encoding ⇒ "BINARY", "TYPED"

Returns the value of attribute data_encoding.

Returns:

  • ("BINARY", "TYPED")


327
328
329
# File 'sig/types.rbs', line 327

def data_encoding
  @data_encoding
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")


326
327
328
# File 'sig/types.rbs', line 326

def data_type
  @data_type
end

#deprecation_message ⇒ ::String

Returns the value of attribute deprecation_message.

Returns:

  • (::String)


329
330
331
# File 'sig/types.rbs', line 329

def deprecation_message
  @deprecation_message
end

#description ⇒ ::String

Returns the value of attribute description.

Returns:

  • (::String)


328
329
330
# File 'sig/types.rbs', line 328

def description
  @description
end

#fully_qualified_name ⇒ ::String

Returns the value of attribute fully_qualified_name.

Returns:

  • (::String)


325
326
327
# File 'sig/types.rbs', line 325

def fully_qualified_name
  @fully_qualified_name
end

#struct_fully_qualified_name ⇒ ::String

Returns the value of attribute struct_fully_qualified_name.

Returns:

  • (::String)


331
332
333
# File 'sig/types.rbs', line 331

def struct_fully_qualified_name
  @struct_fully_qualified_name
end