Class: Aws::Types::Tool
- Inherits:
-
Object
- Object
- Aws::Types::Tool
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#name ⇒ ::String
Returns the value of attribute name.
-
#url ⇒ ::String
Returns the value of attribute url.
Instance Attribute Details
#name ⇒ ::String
Returns the value of attribute name.
583 584 585 |
# File 'sig/types.rbs', line 583 def name @name end |
#url ⇒ ::String
Returns the value of attribute url.
584 585 586 |
# File 'sig/types.rbs', line 584 def url @url end |