Class: Aws::Types::UpdateRouterOutputRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateRouterOutputRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#configuration ⇒ Types::RouterOutputConfiguration
Returns the value of attribute configuration.
-
#fabric_configuration ⇒ Types::FabricConfiguration
Returns the value of attribute fabric_configuration.
-
#maintenance_configuration ⇒ Types::MaintenanceConfiguration
Returns the value of attribute maintenance_configuration.
-
#maximum_bitrate ⇒ ::Integer
Returns the value of attribute maximum_bitrate.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#routing_scope ⇒ "REGIONAL", "GLOBAL"
Returns the value of attribute routing_scope.
-
#tier ⇒ "OUTPUT_100", ...
Returns the value of attribute tier.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
2660 2661 2662 |
# File 'sig/types.rbs', line 2660 def arn @arn end |
#configuration ⇒ Types::RouterOutputConfiguration
Returns the value of attribute configuration.
2662 2663 2664 |
# File 'sig/types.rbs', line 2662 def configuration @configuration end |
#fabric_configuration ⇒ Types::FabricConfiguration
Returns the value of attribute fabric_configuration.
2667 2668 2669 |
# File 'sig/types.rbs', line 2667 def fabric_configuration @fabric_configuration end |
#maintenance_configuration ⇒ Types::MaintenanceConfiguration
Returns the value of attribute maintenance_configuration.
2666 2667 2668 |
# File 'sig/types.rbs', line 2666 def maintenance_configuration @maintenance_configuration end |
#maximum_bitrate ⇒ ::Integer
Returns the value of attribute maximum_bitrate.
2663 2664 2665 |
# File 'sig/types.rbs', line 2663 def maximum_bitrate @maximum_bitrate end |
#name ⇒ ::String
Returns the value of attribute name.
2661 2662 2663 |
# File 'sig/types.rbs', line 2661 def name @name end |
#routing_scope ⇒ "REGIONAL", "GLOBAL"
Returns the value of attribute routing_scope.
2664 2665 2666 |
# File 'sig/types.rbs', line 2664 def routing_scope @routing_scope end |
#tier ⇒ "OUTPUT_100", ...
Returns the value of attribute tier.
2665 2666 2667 |
# File 'sig/types.rbs', line 2665 def tier @tier end |