Class: Aws::Types::Channel
- Inherits:
-
Object
- Object
- Aws::Types::Channel
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#anywhere_settings ⇒ Types::DescribeAnywhereSettings
Returns the value of attribute anywhere_settings.
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#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::ChannelEngineVersionResponse
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.
-
#egress_endpoints ⇒ ::Array[Types::ChannelEgressEndpoint]
Returns the value of attribute egress_endpoints.
-
#encoder_settings ⇒ Types::EncoderSettings
Returns the value of attribute encoder_settings.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#inference_settings ⇒ Types::DescribeInferenceSettings
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::DescribeLinkedChannelSettings
Returns the value of attribute linked_channel_settings.
-
#log_level ⇒ "ERROR", ...
Returns the value of attribute log_level.
-
#maintenance ⇒ Types::MaintenanceStatus
Returns the value of attribute maintenance.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#pipeline_details ⇒ ::Array[Types::PipelineDetail]
Returns the value of attribute pipeline_details.
-
#pipelines_running_count ⇒ ::Integer
Returns the value of attribute pipelines_running_count.
-
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
-
#state ⇒ "CREATING", ...
Returns the value of attribute state.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
-
#vpc ⇒ Types::VpcOutputSettingsDescription
Returns the value of attribute vpc.
Instance Attribute Details
#anywhere_settings ⇒ Types::DescribeAnywhereSettings
Returns the value of attribute anywhere_settings.
499 500 501 |
# File 'sig/types.rbs', line 499 def anywhere_settings @anywhere_settings end |
#arn ⇒ ::String
Returns the value of attribute arn.
481 482 483 |
# File 'sig/types.rbs', line 481 def arn @arn end |
#cdi_input_specification ⇒ Types::CdiInputSpecification
Returns the value of attribute cdi_input_specification.
482 483 484 |
# File 'sig/types.rbs', line 482 def cdi_input_specification @cdi_input_specification end |
#channel_class ⇒ "STANDARD", "SINGLE_PIPELINE"
Returns the value of attribute channel_class.
483 484 485 |
# File 'sig/types.rbs', line 483 def channel_class @channel_class end |
#channel_engine_version ⇒ Types::ChannelEngineVersionResponse
Returns the value of attribute channel_engine_version.
500 501 502 |
# File 'sig/types.rbs', line 500 def channel_engine_version @channel_engine_version end |
#channel_security_groups ⇒ ::Array[::String]
Returns the value of attribute channel_security_groups.
502 503 504 |
# File 'sig/types.rbs', line 502 def channel_security_groups @channel_security_groups end |
#destinations ⇒ ::Array[Types::OutputDestination]
Returns the value of attribute destinations.
484 485 486 |
# File 'sig/types.rbs', line 484 def destinations @destinations end |
#egress_endpoints ⇒ ::Array[Types::ChannelEgressEndpoint]
Returns the value of attribute egress_endpoints.
485 486 487 |
# File 'sig/types.rbs', line 485 def egress_endpoints @egress_endpoints end |
#encoder_settings ⇒ Types::EncoderSettings
Returns the value of attribute encoder_settings.
486 487 488 |
# File 'sig/types.rbs', line 486 def encoder_settings @encoder_settings end |
#id ⇒ ::String
Returns the value of attribute id.
487 488 489 |
# File 'sig/types.rbs', line 487 def id @id end |
#inference_settings ⇒ Types::DescribeInferenceSettings
Returns the value of attribute inference_settings.
503 504 505 |
# File 'sig/types.rbs', line 503 def inference_settings @inference_settings end |
#input_attachments ⇒ ::Array[Types::InputAttachment]
Returns the value of attribute input_attachments.
488 489 490 |
# File 'sig/types.rbs', line 488 def @input_attachments end |
#input_specification ⇒ Types::InputSpecification
Returns the value of attribute input_specification.
489 490 491 |
# File 'sig/types.rbs', line 489 def input_specification @input_specification end |
#linked_channel_settings ⇒ Types::DescribeLinkedChannelSettings
Returns the value of attribute linked_channel_settings.
501 502 503 |
# File 'sig/types.rbs', line 501 def linked_channel_settings @linked_channel_settings end |
#log_level ⇒ "ERROR", ...
Returns the value of attribute log_level.
490 491 492 |
# File 'sig/types.rbs', line 490 def log_level @log_level end |
#maintenance ⇒ Types::MaintenanceStatus
Returns the value of attribute maintenance.
491 492 493 |
# File 'sig/types.rbs', line 491 def maintenance @maintenance end |
#name ⇒ ::String
Returns the value of attribute name.
492 493 494 |
# File 'sig/types.rbs', line 492 def name @name end |
#pipeline_details ⇒ ::Array[Types::PipelineDetail]
Returns the value of attribute pipeline_details.
493 494 495 |
# File 'sig/types.rbs', line 493 def pipeline_details @pipeline_details end |
#pipelines_running_count ⇒ ::Integer
Returns the value of attribute pipelines_running_count.
494 495 496 |
# File 'sig/types.rbs', line 494 def pipelines_running_count @pipelines_running_count end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
495 496 497 |
# File 'sig/types.rbs', line 495 def role_arn @role_arn end |
#state ⇒ "CREATING", ...
Returns the value of attribute state.
496 497 498 |
# File 'sig/types.rbs', line 496 def state @state end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
497 498 499 |
# File 'sig/types.rbs', line 497 def @tags end |
#vpc ⇒ Types::VpcOutputSettingsDescription
Returns the value of attribute vpc.
498 499 500 |
# File 'sig/types.rbs', line 498 def vpc @vpc end |