Class: Aws::Types::RouterType
- Inherits:
-
Object
- Object
- Aws::Types::RouterType
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#platform ⇒ ::String
Returns the value of attribute platform.
-
#router_type_identifier ⇒ ::String
Returns the value of attribute router_type_identifier.
-
#software ⇒ ::String
Returns the value of attribute software.
-
#vendor ⇒ ::String
Returns the value of attribute vendor.
-
#xslt_template_name ⇒ ::String
Returns the value of attribute xslt_template_name.
-
#xslt_template_name_for_mac_sec ⇒ ::String
Returns the value of attribute xslt_template_name_for_mac_sec.
Instance Attribute Details
#platform ⇒ ::String
Returns the value of attribute platform.
1058 1059 1060 |
# File 'sig/types.rbs', line 1058 def platform @platform end |
#router_type_identifier ⇒ ::String
Returns the value of attribute router_type_identifier.
1062 1063 1064 |
# File 'sig/types.rbs', line 1062 def router_type_identifier @router_type_identifier end |
#software ⇒ ::String
Returns the value of attribute software.
1059 1060 1061 |
# File 'sig/types.rbs', line 1059 def software @software end |
#vendor ⇒ ::String
Returns the value of attribute vendor.
1057 1058 1059 |
# File 'sig/types.rbs', line 1057 def vendor @vendor end |
#xslt_template_name ⇒ ::String
Returns the value of attribute xslt_template_name.
1060 1061 1062 |
# File 'sig/types.rbs', line 1060 def xslt_template_name @xslt_template_name end |
#xslt_template_name_for_mac_sec ⇒ ::String
Returns the value of attribute xslt_template_name_for_mac_sec.
1061 1062 1063 |
# File 'sig/types.rbs', line 1061 def xslt_template_name_for_mac_sec @xslt_template_name_for_mac_sec end |