Class: Aws::Types::RestartChannelPipelinesResponse

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#anywhere_settingsTypes::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.

Returns:

  • (::String)


3639
3640
3641
# File 'sig/types.rbs', line 3639

def arn
  @arn
end

#cdi_input_specificationTypes::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.

Returns:

  • ("STANDARD", "SINGLE_PIPELINE")


3641
3642
3643
# File 'sig/types.rbs', line 3641

def channel_class
  @channel_class
end

#channel_engine_versionTypes::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.

Returns:

  • (::Array[::String])


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.

Returns:



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.

Returns:



3643
3644
3645
# File 'sig/types.rbs', line 3643

def egress_endpoints
  @egress_endpoints
end

#encoder_settingsTypes::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.

Returns:

  • (::String)


3645
3646
3647
# File 'sig/types.rbs', line 3645

def id
  @id
end

#inference_settingsTypes::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.

Returns:



3646
3647
3648
# File 'sig/types.rbs', line 3646

def input_attachments
  @input_attachments
end

#input_specificationTypes::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_settingsTypes::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.

Returns:

  • ("ERROR", "WARNING", "INFO", "DEBUG", "DISABLED")


3648
3649
3650
# File 'sig/types.rbs', line 3648

def log_level
  @log_level
end

#maintenanceTypes::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.

Returns:

  • (::String)


3650
3651
3652
# File 'sig/types.rbs', line 3650

def maintenance_status
  @maintenance_status
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


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.

Returns:



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.

Returns:

  • (::Integer)


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.

Returns:

  • (::String)


3654
3655
3656
# File 'sig/types.rbs', line 3654

def role_arn
  @role_arn
end

#state"CREATING", ...

Returns the value of attribute state.

Returns:

  • ("CREATING", "CREATE_FAILED", "IDLE", "STARTING", "RUNNING", "RECOVERING", "STOPPING", "DELETING", "DELETED", "UPDATING", "UPDATE_FAILED")


3655
3656
3657
# File 'sig/types.rbs', line 3655

def state
  @state
end

#tags::Hash[::String, ::String]

Returns the value of attribute tags.

Returns:

  • (::Hash[::String, ::String])


3656
3657
3658
# File 'sig/types.rbs', line 3656

def tags
  @tags
end

#vpcTypes::VpcOutputSettingsDescription

Returns the value of attribute vpc.



3657
3658
3659
# File 'sig/types.rbs', line 3657

def vpc
  @vpc
end