Class: Aws::Types::UpdateRouterInputRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateRouterInputRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#configuration ⇒ Types::RouterInputConfiguration
Returns the value of attribute configuration.
-
#content_quality_analysis_configuration ⇒ Types::RouterContentQualityAnalysisConfiguration
Returns the value of attribute content_quality_analysis_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 ⇒ "INPUT_100", ...
Returns the value of attribute tier.
-
#transit_encryption ⇒ Types::RouterInputTransitEncryption
Returns the value of attribute transit_encryption.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
2630 2631 2632 |
# File 'sig/types.rbs', line 2630 def arn @arn end |
#configuration ⇒ Types::RouterInputConfiguration
Returns the value of attribute configuration.
2632 2633 2634 |
# File 'sig/types.rbs', line 2632 def configuration @configuration end |
#content_quality_analysis_configuration ⇒ Types::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_configuration ⇒ Types::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.
2633 2634 2635 |
# File 'sig/types.rbs', line 2633 def maximum_bitrate @maximum_bitrate end |
#name ⇒ ::String
Returns the value of attribute name.
2631 2632 2633 |
# File 'sig/types.rbs', line 2631 def name @name end |
#routing_scope ⇒ "REGIONAL", "GLOBAL"
Returns the value of attribute routing_scope.
2634 2635 2636 |
# File 'sig/types.rbs', line 2634 def routing_scope @routing_scope end |
#tier ⇒ "INPUT_100", ...
Returns the value of attribute tier.
2635 2636 2637 |
# File 'sig/types.rbs', line 2635 def tier @tier end |
#transit_encryption ⇒ Types::RouterInputTransitEncryption
Returns the value of attribute transit_encryption.
2636 2637 2638 |
# File 'sig/types.rbs', line 2636 def transit_encryption @transit_encryption end |