Class: Aws::Types::CustomStruct
- Inherits:
-
Object
- Object
- Aws::Types::CustomStruct
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#comment ⇒ ::String
Returns the value of attribute comment.
-
#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.
Instance Attribute Details
#comment ⇒ ::String
Returns the value of attribute comment.
339 340 341 |
# File 'sig/types.rbs', line 339 def comment @comment end |
#deprecation_message ⇒ ::String
Returns the value of attribute deprecation_message.
338 339 340 |
# File 'sig/types.rbs', line 338 def @deprecation_message end |
#description ⇒ ::String
Returns the value of attribute description.
337 338 339 |
# File 'sig/types.rbs', line 337 def description @description end |
#fully_qualified_name ⇒ ::String
Returns the value of attribute fully_qualified_name.
336 337 338 |
# File 'sig/types.rbs', line 336 def fully_qualified_name @fully_qualified_name end |