Class: Aws::Types::CreateChannel

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.



587
588
589
# File 'sig/types.rbs', line 587

def anywhere_settings
  @anywhere_settings
end

#cdi_input_specificationTypes::CdiInputSpecification

Returns the value of attribute cdi_input_specification.



573
574
575
# File 'sig/types.rbs', line 573

def cdi_input_specification
  @cdi_input_specification
end

#channel_class"STANDARD", "SINGLE_PIPELINE"

Returns the value of attribute channel_class.

Returns:

  • ("STANDARD", "SINGLE_PIPELINE")


574
575
576
# File 'sig/types.rbs', line 574

def channel_class
  @channel_class
end

#channel_engine_versionTypes::ChannelEngineVersionRequest

Returns the value of attribute channel_engine_version.



588
589
590
# File 'sig/types.rbs', line 588

def channel_engine_version
  @channel_engine_version
end

#channel_security_groups::Array[::String]

Returns the value of attribute channel_security_groups.

Returns:

  • (::Array[::String])


591
592
593
# File 'sig/types.rbs', line 591

def channel_security_groups
  @channel_security_groups
end

#destinations::Array[Types::OutputDestination]

Returns the value of attribute destinations.

Returns:



575
576
577
# File 'sig/types.rbs', line 575

def destinations
  @destinations
end

#dry_runBoolean

Returns the value of attribute dry_run.

Returns:

  • (Boolean)


589
590
591
# File 'sig/types.rbs', line 589

def dry_run
  @dry_run
end

#encoder_settingsTypes::EncoderSettings

Returns the value of attribute encoder_settings.



576
577
578
# File 'sig/types.rbs', line 576

def encoder_settings
  @encoder_settings
end

#inference_settingsTypes::InferenceSettings

Returns the value of attribute inference_settings.



592
593
594
# File 'sig/types.rbs', line 592

def inference_settings
  @inference_settings
end

#input_attachments::Array[Types::InputAttachment]

Returns the value of attribute input_attachments.

Returns:



577
578
579
# File 'sig/types.rbs', line 577

def input_attachments
  @input_attachments
end

#input_specificationTypes::InputSpecification

Returns the value of attribute input_specification.



578
579
580
# File 'sig/types.rbs', line 578

def input_specification
  @input_specification
end

#linked_channel_settingsTypes::LinkedChannelSettings

Returns the value of attribute linked_channel_settings.



590
591
592
# File 'sig/types.rbs', line 590

def linked_channel_settings
  @linked_channel_settings
end

#log_level"ERROR", ...

Returns the value of attribute log_level.

Returns:

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


579
580
581
# File 'sig/types.rbs', line 579

def log_level
  @log_level
end

#maintenanceTypes::MaintenanceCreateSettings

Returns the value of attribute maintenance.



580
581
582
# File 'sig/types.rbs', line 580

def maintenance
  @maintenance
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


581
582
583
# File 'sig/types.rbs', line 581

def name
  @name
end

#request_id::String

Returns the value of attribute request_id.

Returns:

  • (::String)


582
583
584
# File 'sig/types.rbs', line 582

def request_id
  @request_id
end

#reserved::String

Returns the value of attribute reserved.

Returns:

  • (::String)


583
584
585
# File 'sig/types.rbs', line 583

def reserved
  @reserved
end

#role_arn::String

Returns the value of attribute role_arn.

Returns:

  • (::String)


584
585
586
# File 'sig/types.rbs', line 584

def role_arn
  @role_arn
end

#tags::Hash[::String, ::String]

Returns the value of attribute tags.

Returns:

  • (::Hash[::String, ::String])


585
586
587
# File 'sig/types.rbs', line 585

def tags
  @tags
end

#vpcTypes::VpcOutputSettings

Returns the value of attribute vpc.



586
587
588
# File 'sig/types.rbs', line 586

def vpc
  @vpc
end