Class: Aws::Types::CreateRouterInputRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateRouterInputRequest
- 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::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.
-
#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 ⇒ "INPUT_100", ...
Returns the value of attribute tier.
-
#transit_encryption ⇒ Types::RouterInputTransitEncryption
Returns the value of attribute transit_encryption.
Instance Attribute Details
#availability_zone ⇒ ::String
Returns the value of attribute availability_zone.
407 408 409 |
# File 'sig/types.rbs', line 407 def availability_zone @availability_zone end |
#client_token ⇒ ::String
Returns the value of attribute client_token.
411 412 413 |
# File 'sig/types.rbs', line 411 def client_token @client_token end |
#configuration ⇒ Types::RouterInputConfiguration
Returns the value of attribute configuration.
402 403 404 |
# File 'sig/types.rbs', line 402 def configuration @configuration end |
#content_quality_analysis_configuration ⇒ Types::RouterContentQualityAnalysisConfiguration
Returns the value of attribute content_quality_analysis_configuration.
412 413 414 |
# File 'sig/types.rbs', line 412 def content_quality_analysis_configuration @content_quality_analysis_configuration end |
#maintenance_configuration ⇒ Types::MaintenanceConfiguration
Returns the value of attribute maintenance_configuration.
409 410 411 |
# File 'sig/types.rbs', line 409 def maintenance_configuration @maintenance_configuration end |
#maximum_bitrate ⇒ ::Integer
Returns the value of attribute maximum_bitrate.
403 404 405 |
# File 'sig/types.rbs', line 403 def maximum_bitrate @maximum_bitrate end |
#name ⇒ ::String
Returns the value of attribute name.
401 402 403 |
# File 'sig/types.rbs', line 401 def name @name end |
#region_name ⇒ ::String
Returns the value of attribute region_name.
406 407 408 |
# File 'sig/types.rbs', line 406 def region_name @region_name end |
#routing_scope ⇒ "REGIONAL", "GLOBAL"
Returns the value of attribute routing_scope.
404 405 406 |
# File 'sig/types.rbs', line 404 def routing_scope @routing_scope end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
410 411 412 |
# File 'sig/types.rbs', line 410 def @tags end |
#tier ⇒ "INPUT_100", ...
Returns the value of attribute tier.
405 406 407 |
# File 'sig/types.rbs', line 405 def tier @tier end |
#transit_encryption ⇒ Types::RouterInputTransitEncryption
Returns the value of attribute transit_encryption.
408 409 410 |
# File 'sig/types.rbs', line 408 def transit_encryption @transit_encryption end |