Class: Aws::Types::UpdateChannelRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateChannelRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#anywhere_settings ⇒ Types::AnywhereSettings
Returns the value of attribute anywhere_settings.
-
#cdi_input_specification ⇒ Types::CdiInputSpecification
Returns the value of attribute cdi_input_specification.
-
#channel_engine_version ⇒ Types::ChannelEngineVersionRequest
Returns the value of attribute channel_engine_version.
-
#channel_id ⇒ ::String
Returns the value of attribute channel_id.
-
#channel_security_groups ⇒ ::Array[::String]
Returns the value of attribute channel_security_groups.
-
#destinations ⇒ ::Array[Types::OutputDestination]
Returns the value of attribute destinations.
-
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
-
#encoder_settings ⇒ Types::EncoderSettings
Returns the value of attribute encoder_settings.
-
#inference_settings ⇒ Types::InferenceSettings
Returns the value of attribute inference_settings.
-
#input_attachments ⇒ ::Array[Types::InputAttachment]
Returns the value of attribute input_attachments.
-
#input_specification ⇒ Types::InputSpecification
Returns the value of attribute input_specification.
-
#linked_channel_settings ⇒ Types::LinkedChannelSettings
Returns the value of attribute linked_channel_settings.
-
#log_level ⇒ "ERROR", ...
Returns the value of attribute log_level.
-
#maintenance ⇒ Types::MaintenanceUpdateSettings
Returns the value of attribute maintenance.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
-
#special_router_settings ⇒ Types::SpecialRouterSettings
Returns the value of attribute special_router_settings.
Instance Attribute Details
#anywhere_settings ⇒ Types::AnywhereSettings
Returns the value of attribute anywhere_settings.
3347 3348 3349 |
# File 'sig/types.rbs', line 3347 def anywhere_settings @anywhere_settings end |
#cdi_input_specification ⇒ Types::CdiInputSpecification
Returns the value of attribute cdi_input_specification.
3335 3336 3337 |
# File 'sig/types.rbs', line 3335 def cdi_input_specification @cdi_input_specification end |
#channel_engine_version ⇒ Types::ChannelEngineVersionRequest
Returns the value of attribute channel_engine_version.
3345 3346 3347 |
# File 'sig/types.rbs', line 3345 def channel_engine_version @channel_engine_version end |
#channel_id ⇒ ::String
Returns the value of attribute channel_id.
3336 3337 3338 |
# File 'sig/types.rbs', line 3336 def channel_id @channel_id end |
#channel_security_groups ⇒ ::Array[::String]
Returns the value of attribute channel_security_groups.
3349 3350 3351 |
# File 'sig/types.rbs', line 3349 def channel_security_groups @channel_security_groups end |
#destinations ⇒ ::Array[Types::OutputDestination]
Returns the value of attribute destinations.
3337 3338 3339 |
# File 'sig/types.rbs', line 3337 def destinations @destinations end |
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
3346 3347 3348 |
# File 'sig/types.rbs', line 3346 def dry_run @dry_run end |
#encoder_settings ⇒ Types::EncoderSettings
Returns the value of attribute encoder_settings.
3338 3339 3340 |
# File 'sig/types.rbs', line 3338 def encoder_settings @encoder_settings end |
#inference_settings ⇒ Types::InferenceSettings
Returns the value of attribute inference_settings.
3350 3351 3352 |
# File 'sig/types.rbs', line 3350 def inference_settings @inference_settings end |
#input_attachments ⇒ ::Array[Types::InputAttachment]
Returns the value of attribute input_attachments.
3339 3340 3341 |
# File 'sig/types.rbs', line 3339 def @input_attachments end |
#input_specification ⇒ Types::InputSpecification
Returns the value of attribute input_specification.
3340 3341 3342 |
# File 'sig/types.rbs', line 3340 def input_specification @input_specification end |
#linked_channel_settings ⇒ Types::LinkedChannelSettings
Returns the value of attribute linked_channel_settings.
3348 3349 3350 |
# File 'sig/types.rbs', line 3348 def linked_channel_settings @linked_channel_settings end |
#log_level ⇒ "ERROR", ...
Returns the value of attribute log_level.
3341 3342 3343 |
# File 'sig/types.rbs', line 3341 def log_level @log_level end |
#maintenance ⇒ Types::MaintenanceUpdateSettings
Returns the value of attribute maintenance.
3342 3343 3344 |
# File 'sig/types.rbs', line 3342 def maintenance @maintenance end |
#name ⇒ ::String
Returns the value of attribute name.
3343 3344 3345 |
# File 'sig/types.rbs', line 3343 def name @name end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
3344 3345 3346 |
# File 'sig/types.rbs', line 3344 def role_arn @role_arn end |
#special_router_settings ⇒ Types::SpecialRouterSettings
Returns the value of attribute special_router_settings.
3351 3352 3353 |
# File 'sig/types.rbs', line 3351 def special_router_settings @special_router_settings end |