Class: Aws::Types::CreateRouterOutputRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateRouterOutputRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#availability_zone ⇒ ::String
Returns the value of attribute availability_zone.
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#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.
-
#region_name ⇒ ::String
Returns the value of attribute region_name.
-
#routing_scope ⇒ "REGIONAL", "GLOBAL"
Returns the value of attribute routing_scope.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
-
#tier ⇒ "OUTPUT_100", ...
Returns the value of attribute tier.
Instance Attribute Details
#availability_zone ⇒ ::String
Returns the value of attribute availability_zone.
442 443 444 |
# File 'sig/types.rbs', line 442 def availability_zone @availability_zone end |
#client_token ⇒ ::String
Returns the value of attribute client_token.
446 447 448 |
# File 'sig/types.rbs', line 446 def client_token @client_token end |
#configuration ⇒ Types::RouterOutputConfiguration
Returns the value of attribute configuration.
437 438 439 |
# File 'sig/types.rbs', line 437 def configuration @configuration end |
#fabric_configuration ⇒ Types::FabricConfiguration
Returns the value of attribute fabric_configuration.
445 446 447 |
# File 'sig/types.rbs', line 445 def fabric_configuration @fabric_configuration end |
#maintenance_configuration ⇒ Types::MaintenanceConfiguration
Returns the value of attribute maintenance_configuration.
443 444 445 |
# File 'sig/types.rbs', line 443 def maintenance_configuration @maintenance_configuration end |
#maximum_bitrate ⇒ ::Integer
Returns the value of attribute maximum_bitrate.
438 439 440 |
# File 'sig/types.rbs', line 438 def maximum_bitrate @maximum_bitrate end |
#name ⇒ ::String
Returns the value of attribute name.
436 437 438 |
# File 'sig/types.rbs', line 436 def name @name end |
#region_name ⇒ ::String
Returns the value of attribute region_name.
441 442 443 |
# File 'sig/types.rbs', line 441 def region_name @region_name end |
#routing_scope ⇒ "REGIONAL", "GLOBAL"
Returns the value of attribute routing_scope.
439 440 441 |
# File 'sig/types.rbs', line 439 def routing_scope @routing_scope end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
444 445 446 |
# File 'sig/types.rbs', line 444 def @tags end |
#tier ⇒ "OUTPUT_100", ...
Returns the value of attribute tier.
440 441 442 |
# File 'sig/types.rbs', line 440 def tier @tier end |