Class: Aws::Types::Branch
- Inherits:
-
Object
- Object
- Aws::Types::Branch
- 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.
81 82 83 |
# File 'sig/types.rbs', line 81 def comment @comment end |
#deprecation_message ⇒ ::String
Returns the value of attribute deprecation_message.
80 81 82 |
# File 'sig/types.rbs', line 80 def @deprecation_message end |
#description ⇒ ::String
Returns the value of attribute description.
79 80 81 |
# File 'sig/types.rbs', line 79 def description @description end |
#fully_qualified_name ⇒ ::String
Returns the value of attribute fully_qualified_name.
78 79 80 |
# File 'sig/types.rbs', line 78 def fully_qualified_name @fully_qualified_name end |