Class: Aws::Types::RestartChannelPipelinesResponse
- Inherits:
-
Object
- Object
- Aws::Types::RestartChannelPipelinesResponse
- 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.
-
#maintenance_status ⇒ ::String
Returns the value of attribute maintenance_status.
-
#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.
3658 3659 3660 |
# File 'sig/types.rbs', line 3658 def anywhere_settings @anywhere_settings end |
#arn ⇒ ::String
Returns the value of attribute arn.
3639 3640 3641 |
# File 'sig/types.rbs', line 3639 def arn @arn end |
#cdi_input_specification ⇒ Types::CdiInputSpecification
Returns the value of attribute cdi_input_specification.
3640 3641 3642 |
# File 'sig/types.rbs', line 3640 def cdi_input_specification @cdi_input_specification end |
#channel_class ⇒ "STANDARD", "SINGLE_PIPELINE"
Returns the value of attribute channel_class.
3641 3642 3643 |
# File 'sig/types.rbs', line 3641 def channel_class @channel_class end |
#channel_engine_version ⇒ Types::ChannelEngineVersionResponse
Returns the value of attribute channel_engine_version.
3659 3660 3661 |
# File 'sig/types.rbs', line 3659 def channel_engine_version @channel_engine_version end |
#channel_security_groups ⇒ ::Array[::String]
Returns the value of attribute channel_security_groups.
3661 3662 3663 |
# File 'sig/types.rbs', line 3661 def channel_security_groups @channel_security_groups end |
#destinations ⇒ ::Array[Types::OutputDestination]
Returns the value of attribute destinations.
3642 3643 3644 |
# File 'sig/types.rbs', line 3642 def destinations @destinations end |
#egress_endpoints ⇒ ::Array[Types::ChannelEgressEndpoint]
Returns the value of attribute egress_endpoints.
3643 3644 3645 |
# File 'sig/types.rbs', line 3643 def egress_endpoints @egress_endpoints end |
#encoder_settings ⇒ Types::EncoderSettings
Returns the value of attribute encoder_settings.
3644 3645 3646 |
# File 'sig/types.rbs', line 3644 def encoder_settings @encoder_settings end |
#id ⇒ ::String
Returns the value of attribute id.
3645 3646 3647 |
# File 'sig/types.rbs', line 3645 def id @id end |
#inference_settings ⇒ Types::DescribeInferenceSettings
Returns the value of attribute inference_settings.
3662 3663 3664 |
# File 'sig/types.rbs', line 3662 def inference_settings @inference_settings end |
#input_attachments ⇒ ::Array[Types::InputAttachment]
Returns the value of attribute input_attachments.
3646 3647 3648 |
# File 'sig/types.rbs', line 3646 def @input_attachments end |
#input_specification ⇒ Types::InputSpecification
Returns the value of attribute input_specification.
3647 3648 3649 |
# File 'sig/types.rbs', line 3647 def input_specification @input_specification end |
#linked_channel_settings ⇒ Types::DescribeLinkedChannelSettings
Returns the value of attribute linked_channel_settings.
3660 3661 3662 |
# File 'sig/types.rbs', line 3660 def linked_channel_settings @linked_channel_settings end |
#log_level ⇒ "ERROR", ...
Returns the value of attribute log_level.
3648 3649 3650 |
# File 'sig/types.rbs', line 3648 def log_level @log_level end |
#maintenance ⇒ Types::MaintenanceStatus
Returns the value of attribute maintenance.
3649 3650 3651 |
# File 'sig/types.rbs', line 3649 def maintenance @maintenance end |
#maintenance_status ⇒ ::String
Returns the value of attribute maintenance_status.
3650 3651 3652 |
# File 'sig/types.rbs', line 3650 def maintenance_status @maintenance_status end |
#name ⇒ ::String
Returns the value of attribute name.
3651 3652 3653 |
# File 'sig/types.rbs', line 3651 def name @name end |
#pipeline_details ⇒ ::Array[Types::PipelineDetail]
Returns the value of attribute pipeline_details.
3652 3653 3654 |
# File 'sig/types.rbs', line 3652 def pipeline_details @pipeline_details end |
#pipelines_running_count ⇒ ::Integer
Returns the value of attribute pipelines_running_count.
3653 3654 3655 |
# File 'sig/types.rbs', line 3653 def pipelines_running_count @pipelines_running_count end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
3654 3655 3656 |
# File 'sig/types.rbs', line 3654 def role_arn @role_arn end |
#state ⇒ "CREATING", ...
Returns the value of attribute state.
3655 3656 3657 |
# File 'sig/types.rbs', line 3655 def state @state end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
3656 3657 3658 |
# File 'sig/types.rbs', line 3656 def @tags end |
#vpc ⇒ Types::VpcOutputSettingsDescription
Returns the value of attribute vpc.
3657 3658 3659 |
# File 'sig/types.rbs', line 3657 def vpc @vpc end |