Class: Aws::Types::DeleteChannelResponse

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.



804
805
806
# File 'sig/types.rbs', line 804

def anywhere_settings
  @anywhere_settings
end

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


786
787
788
# File 'sig/types.rbs', line 786

def arn
  @arn
end

#cdi_input_specificationTypes::CdiInputSpecification

Returns the value of attribute cdi_input_specification.



787
788
789
# File 'sig/types.rbs', line 787

def cdi_input_specification
  @cdi_input_specification
end

#channel_class"STANDARD", "SINGLE_PIPELINE"

Returns the value of attribute channel_class.

Returns:

  • ("STANDARD", "SINGLE_PIPELINE")


788
789
790
# File 'sig/types.rbs', line 788

def channel_class
  @channel_class
end

#channel_engine_versionTypes::ChannelEngineVersionResponse

Returns the value of attribute channel_engine_version.



805
806
807
# File 'sig/types.rbs', line 805

def channel_engine_version
  @channel_engine_version
end

#channel_security_groups::Array[::String]

Returns the value of attribute channel_security_groups.

Returns:

  • (::Array[::String])


807
808
809
# File 'sig/types.rbs', line 807

def channel_security_groups
  @channel_security_groups
end

#destinations::Array[Types::OutputDestination]

Returns the value of attribute destinations.

Returns:



789
790
791
# File 'sig/types.rbs', line 789

def destinations
  @destinations
end

#egress_endpoints::Array[Types::ChannelEgressEndpoint]

Returns the value of attribute egress_endpoints.

Returns:



790
791
792
# File 'sig/types.rbs', line 790

def egress_endpoints
  @egress_endpoints
end

#encoder_settingsTypes::EncoderSettings

Returns the value of attribute encoder_settings.



791
792
793
# File 'sig/types.rbs', line 791

def encoder_settings
  @encoder_settings
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


792
793
794
# File 'sig/types.rbs', line 792

def id
  @id
end

#inference_settingsTypes::DescribeInferenceSettings

Returns the value of attribute inference_settings.



808
809
810
# File 'sig/types.rbs', line 808

def inference_settings
  @inference_settings
end

#input_attachments::Array[Types::InputAttachment]

Returns the value of attribute input_attachments.

Returns:



793
794
795
# File 'sig/types.rbs', line 793

def input_attachments
  @input_attachments
end

#input_specificationTypes::InputSpecification

Returns the value of attribute input_specification.



794
795
796
# File 'sig/types.rbs', line 794

def input_specification
  @input_specification
end

#linked_channel_settingsTypes::DescribeLinkedChannelSettings

Returns the value of attribute linked_channel_settings.



806
807
808
# File 'sig/types.rbs', line 806

def linked_channel_settings
  @linked_channel_settings
end

#log_level"ERROR", ...

Returns the value of attribute log_level.

Returns:

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


795
796
797
# File 'sig/types.rbs', line 795

def log_level
  @log_level
end

#maintenanceTypes::MaintenanceStatus

Returns the value of attribute maintenance.



796
797
798
# File 'sig/types.rbs', line 796

def maintenance
  @maintenance
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


797
798
799
# File 'sig/types.rbs', line 797

def name
  @name
end

#pipeline_details::Array[Types::PipelineDetail]

Returns the value of attribute pipeline_details.

Returns:



798
799
800
# File 'sig/types.rbs', line 798

def pipeline_details
  @pipeline_details
end

#pipelines_running_count::Integer

Returns the value of attribute pipelines_running_count.

Returns:

  • (::Integer)


799
800
801
# File 'sig/types.rbs', line 799

def pipelines_running_count
  @pipelines_running_count
end

#role_arn::String

Returns the value of attribute role_arn.

Returns:

  • (::String)


800
801
802
# File 'sig/types.rbs', line 800

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")


801
802
803
# File 'sig/types.rbs', line 801

def state
  @state
end

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

Returns the value of attribute tags.

Returns:

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


802
803
804
# File 'sig/types.rbs', line 802

def tags
  @tags
end

#vpcTypes::VpcOutputSettingsDescription

Returns the value of attribute vpc.



803
804
805
# File 'sig/types.rbs', line 803

def vpc
  @vpc
end