Class: Aws::Types::CreateChannelRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateChannelRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#anywhere_settings ⇒ Types::AnywhereSettings
Returns the value of attribute anywhere_settings.
-
#cdi_input_specification ⇒ Types::CdiInputSpecification
Returns the value of attribute cdi_input_specification.
-
#channel_class ⇒ "STANDARD", "SINGLE_PIPELINE"
Returns the value of attribute channel_class.
-
#channel_engine_version ⇒ Types::ChannelEngineVersionRequest
Returns the value of attribute channel_engine_version.
-
#channel_security_groups ⇒ ::Array[::String]
Returns the value of attribute channel_security_groups.
-
#destinations ⇒ ::Array[Types::OutputDestination]
Returns the value of attribute destinations.
-
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
-
#encoder_settings ⇒ Types::EncoderSettings
Returns the value of attribute encoder_settings.
-
#inference_settings ⇒ Types::InferenceSettings
Returns the value of attribute inference_settings.
-
#input_attachments ⇒ ::Array[Types::InputAttachment]
Returns the value of attribute input_attachments.
-
#input_specification ⇒ Types::InputSpecification
Returns the value of attribute input_specification.
-
#linked_channel_settings ⇒ Types::LinkedChannelSettings
Returns the value of attribute linked_channel_settings.
-
#log_level ⇒ "ERROR", ...
Returns the value of attribute log_level.
-
#maintenance ⇒ Types::MaintenanceCreateSettings
Returns the value of attribute maintenance.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#request_id ⇒ ::String
Returns the value of attribute request_id.
-
#reserved ⇒ ::String
Returns the value of attribute reserved.
-
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
-
#vpc ⇒ Types::VpcOutputSettings
Returns the value of attribute vpc.
Instance Attribute Details
#anywhere_settings ⇒ Types::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_specification ⇒ Types::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.
598 599 600 |
# File 'sig/types.rbs', line 598 def channel_class @channel_class end |
#channel_engine_version ⇒ Types::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.
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.
599 600 601 |
# File 'sig/types.rbs', line 599 def destinations @destinations end |
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
613 614 615 |
# File 'sig/types.rbs', line 613 def dry_run @dry_run end |
#encoder_settings ⇒ Types::EncoderSettings
Returns the value of attribute encoder_settings.
600 601 602 |
# File 'sig/types.rbs', line 600 def encoder_settings @encoder_settings end |
#inference_settings ⇒ Types::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.
601 602 603 |
# File 'sig/types.rbs', line 601 def @input_attachments end |
#input_specification ⇒ Types::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_settings ⇒ Types::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.
603 604 605 |
# File 'sig/types.rbs', line 603 def log_level @log_level end |
#maintenance ⇒ Types::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.
605 606 607 |
# File 'sig/types.rbs', line 605 def name @name end |
#request_id ⇒ ::String
Returns the value of attribute request_id.
606 607 608 |
# File 'sig/types.rbs', line 606 def request_id @request_id end |
#reserved ⇒ ::String
Returns the value of attribute reserved.
607 608 609 |
# File 'sig/types.rbs', line 607 def reserved @reserved end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
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.
609 610 611 |
# File 'sig/types.rbs', line 609 def @tags end |
#vpc ⇒ Types::VpcOutputSettings
Returns the value of attribute vpc.
610 611 612 |
# File 'sig/types.rbs', line 610 def vpc @vpc end |