Class: Aws::Types::RouterType

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#platform::String

Returns the value of attribute platform.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


924
925
926
# File 'sig/types.rbs', line 924

def software
  @software
end

#vendor::String

Returns the value of attribute vendor.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


926
927
928
# File 'sig/types.rbs', line 926

def xslt_template_name_for_mac_sec
  @xslt_template_name_for_mac_sec
end