Class: Aws::Types::ChannelSummary
- Inherits:
-
Object
- Object
- Aws::Types::ChannelSummary
- 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.
-
#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.
-
#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.
-
#used_channel_engine_versions ⇒ ::Array[Types::ChannelEngineVersionResponse]
Returns the value of attribute used_channel_engine_versions.
-
#vpc ⇒ Types::VpcOutputSettingsDescription
Returns the value of attribute vpc.
Instance Attribute Details
#anywhere_settings ⇒ Types::DescribeAnywhereSettings
Returns the value of attribute anywhere_settings.
535 536 537 |
# File 'sig/types.rbs', line 535 def anywhere_settings @anywhere_settings end |
#arn ⇒ ::String
Returns the value of attribute arn.
519 520 521 |
# File 'sig/types.rbs', line 519 def arn @arn end |
#cdi_input_specification ⇒ Types::CdiInputSpecification
Returns the value of attribute cdi_input_specification.
520 521 522 |
# File 'sig/types.rbs', line 520 def cdi_input_specification @cdi_input_specification end |
#channel_class ⇒ "STANDARD", "SINGLE_PIPELINE"
Returns the value of attribute channel_class.
521 522 523 |
# File 'sig/types.rbs', line 521 def channel_class @channel_class end |
#channel_engine_version ⇒ Types::ChannelEngineVersionResponse
Returns the value of attribute channel_engine_version.
536 537 538 |
# File 'sig/types.rbs', line 536 def channel_engine_version @channel_engine_version end |
#channel_security_groups ⇒ ::Array[::String]
Returns the value of attribute channel_security_groups.
539 540 541 |
# File 'sig/types.rbs', line 539 def channel_security_groups @channel_security_groups end |
#destinations ⇒ ::Array[Types::OutputDestination]
Returns the value of attribute destinations.
522 523 524 |
# File 'sig/types.rbs', line 522 def destinations @destinations end |
#egress_endpoints ⇒ ::Array[Types::ChannelEgressEndpoint]
Returns the value of attribute egress_endpoints.
523 524 525 |
# File 'sig/types.rbs', line 523 def egress_endpoints @egress_endpoints end |
#id ⇒ ::String
Returns the value of attribute id.
524 525 526 |
# File 'sig/types.rbs', line 524 def id @id end |
#inference_settings ⇒ Types::DescribeInferenceSettings
Returns the value of attribute inference_settings.
540 541 542 |
# File 'sig/types.rbs', line 540 def inference_settings @inference_settings end |
#input_attachments ⇒ ::Array[Types::InputAttachment]
Returns the value of attribute input_attachments.
525 526 527 |
# File 'sig/types.rbs', line 525 def @input_attachments end |
#input_specification ⇒ Types::InputSpecification
Returns the value of attribute input_specification.
526 527 528 |
# File 'sig/types.rbs', line 526 def input_specification @input_specification end |
#linked_channel_settings ⇒ Types::DescribeLinkedChannelSettings
Returns the value of attribute linked_channel_settings.
538 539 540 |
# File 'sig/types.rbs', line 538 def linked_channel_settings @linked_channel_settings end |
#log_level ⇒ "ERROR", ...
Returns the value of attribute log_level.
527 528 529 |
# File 'sig/types.rbs', line 527 def log_level @log_level end |
#maintenance ⇒ Types::MaintenanceStatus
Returns the value of attribute maintenance.
528 529 530 |
# File 'sig/types.rbs', line 528 def maintenance @maintenance end |
#name ⇒ ::String
Returns the value of attribute name.
529 530 531 |
# File 'sig/types.rbs', line 529 def name @name end |
#pipelines_running_count ⇒ ::Integer
Returns the value of attribute pipelines_running_count.
530 531 532 |
# File 'sig/types.rbs', line 530 def pipelines_running_count @pipelines_running_count end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
531 532 533 |
# File 'sig/types.rbs', line 531 def role_arn @role_arn end |
#state ⇒ "CREATING", ...
Returns the value of attribute state.
532 533 534 |
# File 'sig/types.rbs', line 532 def state @state end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
533 534 535 |
# File 'sig/types.rbs', line 533 def @tags end |
#used_channel_engine_versions ⇒ ::Array[Types::ChannelEngineVersionResponse]
Returns the value of attribute used_channel_engine_versions.
537 538 539 |
# File 'sig/types.rbs', line 537 def used_channel_engine_versions @used_channel_engine_versions end |
#vpc ⇒ Types::VpcOutputSettingsDescription
Returns the value of attribute vpc.
534 535 536 |
# File 'sig/types.rbs', line 534 def vpc @vpc end |