Class: Aws::Types::CustomProperty
- Inherits:
-
Object
- Object
- Aws::Types::CustomProperty
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#comment ⇒ ::String
Returns the value of attribute comment.
-
#data_encoding ⇒ "BINARY", "TYPED"
Returns the value of attribute data_encoding.
-
#data_type ⇒ "INT8", ...
Returns the value of attribute data_type.
-
#deprecation_message ⇒ ::String
Returns the value of attribute deprecation_message.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#fully_qualified_name ⇒ ::String
Returns the value of attribute fully_qualified_name.
-
#struct_fully_qualified_name ⇒ ::String
Returns the value of attribute struct_fully_qualified_name.
Instance Attribute Details
#comment ⇒ ::String
Returns the value of attribute comment.
330 331 332 |
# File 'sig/types.rbs', line 330 def comment @comment end |
#data_encoding ⇒ "BINARY", "TYPED"
Returns the value of attribute data_encoding.
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.
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.
329 330 331 |
# File 'sig/types.rbs', line 329 def @deprecation_message end |
#description ⇒ ::String
Returns the value of attribute description.
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.
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.
331 332 333 |
# File 'sig/types.rbs', line 331 def struct_fully_qualified_name @struct_fully_qualified_name end |