Class: Aws::Types::UpdateRouterInputRequest

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)


2630
2631
2632
# File 'sig/types.rbs', line 2630

def arn
  @arn
end

#configurationTypes::RouterInputConfiguration

Returns the value of attribute configuration.



2632
2633
2634
# File 'sig/types.rbs', line 2632

def configuration
  @configuration
end

#content_quality_analysis_configurationTypes::RouterContentQualityAnalysisConfiguration

Returns the value of attribute content_quality_analysis_configuration.



2638
2639
2640
# File 'sig/types.rbs', line 2638

def content_quality_analysis_configuration
  @content_quality_analysis_configuration
end

#maintenance_configurationTypes::MaintenanceConfiguration

Returns the value of attribute maintenance_configuration.



2637
2638
2639
# File 'sig/types.rbs', line 2637

def maintenance_configuration
  @maintenance_configuration
end

#maximum_bitrate::Integer

Returns the value of attribute maximum_bitrate.

Returns:

  • (::Integer)


2633
2634
2635
# File 'sig/types.rbs', line 2633

def maximum_bitrate
  @maximum_bitrate
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


2631
2632
2633
# File 'sig/types.rbs', line 2631

def name
  @name
end

#routing_scope"REGIONAL", "GLOBAL"

Returns the value of attribute routing_scope.

Returns:

  • ("REGIONAL", "GLOBAL")


2634
2635
2636
# File 'sig/types.rbs', line 2634

def routing_scope
  @routing_scope
end

#tier"INPUT_100", ...

Returns the value of attribute tier.

Returns:

  • ("INPUT_100", "INPUT_50", "INPUT_20")


2635
2636
2637
# File 'sig/types.rbs', line 2635

def tier
  @tier
end

#transit_encryptionTypes::RouterInputTransitEncryption

Returns the value of attribute transit_encryption.



2636
2637
2638
# File 'sig/types.rbs', line 2636

def transit_encryption
  @transit_encryption
end