Class: Aws::Types::UpdateRouterOutputRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


2660
2661
2662
# File 'sig/types.rbs', line 2660

def arn
  @arn
end

#configurationTypes::RouterOutputConfiguration

Returns the value of attribute configuration.



2662
2663
2664
# File 'sig/types.rbs', line 2662

def configuration
  @configuration
end

#fabric_configurationTypes::FabricConfiguration

Returns the value of attribute fabric_configuration.



2667
2668
2669
# File 'sig/types.rbs', line 2667

def fabric_configuration
  @fabric_configuration
end

#maintenance_configurationTypes::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.

Returns:

  • (::Integer)


2663
2664
2665
# File 'sig/types.rbs', line 2663

def maximum_bitrate
  @maximum_bitrate
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


2661
2662
2663
# File 'sig/types.rbs', line 2661

def name
  @name
end

#routing_scope"REGIONAL", "GLOBAL"

Returns the value of attribute routing_scope.

Returns:

  • ("REGIONAL", "GLOBAL")


2664
2665
2666
# File 'sig/types.rbs', line 2664

def routing_scope
  @routing_scope
end

#tier"OUTPUT_100", ...

Returns the value of attribute tier.

Returns:

  • ("OUTPUT_100", "OUTPUT_50", "OUTPUT_20")


2665
2666
2667
# File 'sig/types.rbs', line 2665

def tier
  @tier
end