Class: Aws::Types::CreateChannel
- Inherits:
-
Object
- Object
- Aws::Types::CreateChannel
- 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.
587 588 589 |
# File 'sig/types.rbs', line 587 def anywhere_settings @anywhere_settings end |
#cdi_input_specification ⇒ Types::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.
574 575 576 |
# File 'sig/types.rbs', line 574 def channel_class @channel_class end |
#channel_engine_version ⇒ Types::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.
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.
575 576 577 |
# File 'sig/types.rbs', line 575 def destinations @destinations end |
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
589 590 591 |
# File 'sig/types.rbs', line 589 def dry_run @dry_run end |
#encoder_settings ⇒ Types::EncoderSettings
Returns the value of attribute encoder_settings.
576 577 578 |
# File 'sig/types.rbs', line 576 def encoder_settings @encoder_settings end |
#inference_settings ⇒ Types::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.
577 578 579 |
# File 'sig/types.rbs', line 577 def @input_attachments end |
#input_specification ⇒ Types::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_settings ⇒ Types::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.
579 580 581 |
# File 'sig/types.rbs', line 579 def log_level @log_level end |
#maintenance ⇒ Types::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.
581 582 583 |
# File 'sig/types.rbs', line 581 def name @name end |
#request_id ⇒ ::String
Returns the value of attribute request_id.
582 583 584 |
# File 'sig/types.rbs', line 582 def request_id @request_id end |
#reserved ⇒ ::String
Returns the value of attribute reserved.
583 584 585 |
# File 'sig/types.rbs', line 583 def reserved @reserved end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
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.
585 586 587 |
# File 'sig/types.rbs', line 585 def @tags end |
#vpc ⇒ Types::VpcOutputSettings
Returns the value of attribute vpc.
586 587 588 |
# File 'sig/types.rbs', line 586 def vpc @vpc end |