Class: Aws::Types::CreateChannelRequest

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.



611
612
613
# File 'sig/types.rbs', line 611

def anywhere_settings
  @anywhere_settings
end

#cdi_input_specificationTypes::CdiInputSpecification

Returns the value of attribute cdi_input_specification.



597
598
599
# File 'sig/types.rbs', line 597

def cdi_input_specification
  @cdi_input_specification
end

#channel_class"STANDARD", "SINGLE_PIPELINE"

Returns the value of attribute channel_class.

Returns:

  • ("STANDARD", "SINGLE_PIPELINE")


598
599
600
# File 'sig/types.rbs', line 598

def channel_class
  @channel_class
end

#channel_engine_versionTypes::ChannelEngineVersionRequest

Returns the value of attribute channel_engine_version.



612
613
614
# File 'sig/types.rbs', line 612

def channel_engine_version
  @channel_engine_version
end

#channel_security_groups::Array[::String]

Returns the value of attribute channel_security_groups.

Returns:

  • (::Array[::String])


615
616
617
# File 'sig/types.rbs', line 615

def channel_security_groups
  @channel_security_groups
end

#destinations::Array[Types::OutputDestination]

Returns the value of attribute destinations.

Returns:



599
600
601
# File 'sig/types.rbs', line 599

def destinations
  @destinations
end

#dry_runBoolean

Returns the value of attribute dry_run.

Returns:

  • (Boolean)


613
614
615
# File 'sig/types.rbs', line 613

def dry_run
  @dry_run
end

#encoder_settingsTypes::EncoderSettings

Returns the value of attribute encoder_settings.



600
601
602
# File 'sig/types.rbs', line 600

def encoder_settings
  @encoder_settings
end

#inference_settingsTypes::InferenceSettings

Returns the value of attribute inference_settings.



616
617
618
# File 'sig/types.rbs', line 616

def inference_settings
  @inference_settings
end

#input_attachments::Array[Types::InputAttachment]

Returns the value of attribute input_attachments.

Returns:



601
602
603
# File 'sig/types.rbs', line 601

def input_attachments
  @input_attachments
end

#input_specificationTypes::InputSpecification

Returns the value of attribute input_specification.



602
603
604
# File 'sig/types.rbs', line 602

def input_specification
  @input_specification
end

#linked_channel_settingsTypes::LinkedChannelSettings

Returns the value of attribute linked_channel_settings.



614
615
616
# File 'sig/types.rbs', line 614

def linked_channel_settings
  @linked_channel_settings
end

#log_level"ERROR", ...

Returns the value of attribute log_level.

Returns:

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


603
604
605
# File 'sig/types.rbs', line 603

def log_level
  @log_level
end

#maintenanceTypes::MaintenanceCreateSettings

Returns the value of attribute maintenance.



604
605
606
# File 'sig/types.rbs', line 604

def maintenance
  @maintenance
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


605
606
607
# File 'sig/types.rbs', line 605

def name
  @name
end

#request_id::String

Returns the value of attribute request_id.

Returns:

  • (::String)


606
607
608
# File 'sig/types.rbs', line 606

def request_id
  @request_id
end

#reserved::String

Returns the value of attribute reserved.

Returns:

  • (::String)


607
608
609
# File 'sig/types.rbs', line 607

def reserved
  @reserved
end

#role_arn::String

Returns the value of attribute role_arn.

Returns:

  • (::String)


608
609
610
# File 'sig/types.rbs', line 608

def role_arn
  @role_arn
end

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

Returns the value of attribute tags.

Returns:

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


609
610
611
# File 'sig/types.rbs', line 609

def tags
  @tags
end

#vpcTypes::VpcOutputSettings

Returns the value of attribute vpc.



610
611
612
# File 'sig/types.rbs', line 610

def vpc
  @vpc
end