Class: Aws::Types::UpdateChannelRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#anywhere_settingsTypes::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_specificationTypes::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_versionTypes::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.

Returns:

  • (::String)


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.

Returns:

  • (::Array[::String])


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.

Returns:



3337
3338
3339
# File 'sig/types.rbs', line 3337

def destinations
  @destinations
end

#dry_runBoolean

Returns the value of attribute dry_run.

Returns:

  • (Boolean)


3346
3347
3348
# File 'sig/types.rbs', line 3346

def dry_run
  @dry_run
end

#encoder_settingsTypes::EncoderSettings

Returns the value of attribute encoder_settings.



3338
3339
3340
# File 'sig/types.rbs', line 3338

def encoder_settings
  @encoder_settings
end

#inference_settingsTypes::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.

Returns:



3339
3340
3341
# File 'sig/types.rbs', line 3339

def input_attachments
  @input_attachments
end

#input_specificationTypes::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_settingsTypes::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.

Returns:

  • ("ERROR", "WARNING", "INFO", "DEBUG", "DISABLED")


3341
3342
3343
# File 'sig/types.rbs', line 3341

def log_level
  @log_level
end

#maintenanceTypes::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.

Returns:

  • (::String)


3343
3344
3345
# File 'sig/types.rbs', line 3343

def name
  @name
end

#role_arn::String

Returns the value of attribute role_arn.

Returns:

  • (::String)


3344
3345
3346
# File 'sig/types.rbs', line 3344

def role_arn
  @role_arn
end

#special_router_settingsTypes::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