Class: Aws::Types::CanInterface
- Inherits:
-
Object
- Object
- Aws::Types::CanInterface
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#name ⇒ ::String
Returns the value of attribute name.
-
#protocol_name ⇒ ::String
Returns the value of attribute protocol_name.
-
#protocol_version ⇒ ::String
Returns the value of attribute protocol_version.
Instance Attribute Details
#name ⇒ ::String
Returns the value of attribute name.
105 106 107 |
# File 'sig/types.rbs', line 105 def name @name end |
#protocol_name ⇒ ::String
Returns the value of attribute protocol_name.
106 107 108 |
# File 'sig/types.rbs', line 106 def protocol_name @protocol_name end |
#protocol_version ⇒ ::String
Returns the value of attribute protocol_version.
107 108 109 |
# File 'sig/types.rbs', line 107 def protocol_version @protocol_version end |