Class: Aws::Types::UpdateChannel

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.



3313
3314
3315
# File 'sig/types.rbs', line 3313

def anywhere_settings
  @anywhere_settings
end

#cdi_input_specificationTypes::CdiInputSpecification

Returns the value of attribute cdi_input_specification.



3302
3303
3304
# File 'sig/types.rbs', line 3302

def cdi_input_specification
  @cdi_input_specification
end

#channel_engine_versionTypes::ChannelEngineVersionRequest

Returns the value of attribute channel_engine_version.



3311
3312
3313
# File 'sig/types.rbs', line 3311

def channel_engine_version
  @channel_engine_version
end

#channel_security_groups::Array[::String]

Returns the value of attribute channel_security_groups.

Returns:

  • (::Array[::String])


3315
3316
3317
# File 'sig/types.rbs', line 3315

def channel_security_groups
  @channel_security_groups
end

#destinations::Array[Types::OutputDestination]

Returns the value of attribute destinations.

Returns:



3303
3304
3305
# File 'sig/types.rbs', line 3303

def destinations
  @destinations
end

#dry_runBoolean

Returns the value of attribute dry_run.

Returns:

  • (Boolean)


3312
3313
3314
# File 'sig/types.rbs', line 3312

def dry_run
  @dry_run
end

#encoder_settingsTypes::EncoderSettings

Returns the value of attribute encoder_settings.



3304
3305
3306
# File 'sig/types.rbs', line 3304

def encoder_settings
  @encoder_settings
end

#inference_settingsTypes::InferenceSettings

Returns the value of attribute inference_settings.



3316
3317
3318
# File 'sig/types.rbs', line 3316

def inference_settings
  @inference_settings
end

#input_attachments::Array[Types::InputAttachment]

Returns the value of attribute input_attachments.

Returns:



3305
3306
3307
# File 'sig/types.rbs', line 3305

def input_attachments
  @input_attachments
end

#input_specificationTypes::InputSpecification

Returns the value of attribute input_specification.



3306
3307
3308
# File 'sig/types.rbs', line 3306

def input_specification
  @input_specification
end

#linked_channel_settingsTypes::LinkedChannelSettings

Returns the value of attribute linked_channel_settings.



3314
3315
3316
# File 'sig/types.rbs', line 3314

def linked_channel_settings
  @linked_channel_settings
end

#log_level"ERROR", ...

Returns the value of attribute log_level.

Returns:

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


3307
3308
3309
# File 'sig/types.rbs', line 3307

def log_level
  @log_level
end

#maintenanceTypes::MaintenanceUpdateSettings

Returns the value of attribute maintenance.



3308
3309
3310
# File 'sig/types.rbs', line 3308

def maintenance
  @maintenance
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


3309
3310
3311
# File 'sig/types.rbs', line 3309

def name
  @name
end

#role_arn::String

Returns the value of attribute role_arn.

Returns:

  • (::String)


3310
3311
3312
# File 'sig/types.rbs', line 3310

def role_arn
  @role_arn
end

#special_router_settingsTypes::SpecialRouterSettings

Returns the value of attribute special_router_settings.



3317
3318
3319
# File 'sig/types.rbs', line 3317

def special_router_settings
  @special_router_settings
end