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.
923 924 925 |
# File 'sig/types.rbs', line 923 def platform @platform end |
#router_type_identifier ⇒ ::String
Returns the value of attribute router_type_identifier.
927 928 929 |
# File 'sig/types.rbs', line 927 def router_type_identifier @router_type_identifier end |
#software ⇒ ::String
Returns the value of attribute software.
924 925 926 |
# File 'sig/types.rbs', line 924 def software @software end |
#vendor ⇒ ::String
Returns the value of attribute vendor.
922 923 924 |
# File 'sig/types.rbs', line 922 def vendor @vendor end |
#xslt_template_name ⇒ ::String
Returns the value of attribute xslt_template_name.
925 926 927 |
# File 'sig/types.rbs', line 925 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.
926 927 928 |
# File 'sig/types.rbs', line 926 def xslt_template_name_for_mac_sec @xslt_template_name_for_mac_sec end |