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.



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

def anywhere_settings
  @anywhere_settings
end

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

Returns:

  • (::Array[::String])


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.

Returns:



3298
3299
3300
# File 'sig/types.rbs', line 3298

def destinations
  @destinations
end

#dry_runBoolean

Returns the value of attribute dry_run.

Returns:

  • (Boolean)


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

def dry_run
  @dry_run
end

#encoder_settingsTypes::EncoderSettings

Returns the value of attribute encoder_settings.



3299
3300
3301
# File 'sig/types.rbs', line 3299

def encoder_settings
  @encoder_settings
end

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

Returns:



3300
3301
3302
# File 'sig/types.rbs', line 3300

def input_attachments
  @input_attachments
end

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

Returns:

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


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

def log_level
  @log_level
end

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

Returns:

  • (::String)


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

def name
  @name
end

#role_arn::String

Returns the value of attribute role_arn.

Returns:

  • (::String)


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

def role_arn
  @role_arn
end

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