Class: Aws::Types::ToolReference
- Inherits:
-
Object
- Object
- Aws::Types::ToolReference
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#name ⇒ ::String
Returns the value of attribute name.
-
#server_name ⇒ ::String
Returns the value of attribute server_name.
-
#type ⇒ ::String
Returns the value of attribute type.
Instance Attribute Details
#name ⇒ ::String
Returns the value of attribute name.
1451 1452 1453 |
# File 'sig/types.rbs', line 1451 def name @name end |
#server_name ⇒ ::String
Returns the value of attribute server_name.
1452 1453 1454 |
# File 'sig/types.rbs', line 1452 def server_name @server_name end |
#type ⇒ ::String
Returns the value of attribute type.
1450 1451 1452 |
# File 'sig/types.rbs', line 1450 def type @type end |