Class: Aws::Types::UpdateChannel
- Inherits:
-
Object
- Object
- Aws::Types::UpdateChannel
- 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_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.
3308 3309 3310 |
# File 'sig/types.rbs', line 3308 def anywhere_settings @anywhere_settings end |
#cdi_input_specification ⇒ Types::CdiInputSpecification
Returns the value of attribute cdi_input_specification.
3297 3298 3299 |
# File 'sig/types.rbs', line 3297 def cdi_input_specification @cdi_input_specification end |
#channel_engine_version ⇒ Types::ChannelEngineVersionRequest
Returns the value of attribute channel_engine_version.
3306 3307 3308 |
# File 'sig/types.rbs', line 3306 def channel_engine_version @channel_engine_version end |
#channel_security_groups ⇒ ::Array[::String]
Returns the value of attribute channel_security_groups.
3310 3311 3312 |
# File 'sig/types.rbs', line 3310 def channel_security_groups @channel_security_groups end |
#destinations ⇒ ::Array[Types::OutputDestination]
Returns the value of attribute destinations.
3298 3299 3300 |
# File 'sig/types.rbs', line 3298 def destinations @destinations end |
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
3307 3308 3309 |
# File 'sig/types.rbs', line 3307 def dry_run @dry_run end |
#encoder_settings ⇒ Types::EncoderSettings
Returns the value of attribute encoder_settings.
3299 3300 3301 |
# File 'sig/types.rbs', line 3299 def encoder_settings @encoder_settings end |
#inference_settings ⇒ Types::InferenceSettings
Returns the value of attribute inference_settings.
3311 3312 3313 |
# File 'sig/types.rbs', line 3311 def inference_settings @inference_settings end |
#input_attachments ⇒ ::Array[Types::InputAttachment]
Returns the value of attribute input_attachments.
3300 3301 3302 |
# File 'sig/types.rbs', line 3300 def @input_attachments end |
#input_specification ⇒ Types::InputSpecification
Returns the value of attribute input_specification.
3301 3302 3303 |
# File 'sig/types.rbs', line 3301 def input_specification @input_specification end |
#linked_channel_settings ⇒ Types::LinkedChannelSettings
Returns the value of attribute linked_channel_settings.
3309 3310 3311 |
# File 'sig/types.rbs', line 3309 def linked_channel_settings @linked_channel_settings end |
#log_level ⇒ "ERROR", ...
Returns the value of attribute log_level.
3302 3303 3304 |
# File 'sig/types.rbs', line 3302 def log_level @log_level end |
#maintenance ⇒ Types::MaintenanceUpdateSettings
Returns the value of attribute maintenance.
3303 3304 3305 |
# File 'sig/types.rbs', line 3303 def maintenance @maintenance end |
#name ⇒ ::String
Returns the value of attribute name.
3304 3305 3306 |
# File 'sig/types.rbs', line 3304 def name @name end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
3305 3306 3307 |
# File 'sig/types.rbs', line 3305 def role_arn @role_arn end |
#special_router_settings ⇒ Types::SpecialRouterSettings
Returns the value of attribute special_router_settings.
3312 3313 3314 |
# File 'sig/types.rbs', line 3312 def special_router_settings @special_router_settings end |