Class: Aws::Types::DescribeChannelResponse

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.



941
942
943
# File 'sig/types.rbs', line 941

def anywhere_settings
  @anywhere_settings
end

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


923
924
925
# File 'sig/types.rbs', line 923

def arn
  @arn
end

#cdi_input_specificationTypes::CdiInputSpecification

Returns the value of attribute cdi_input_specification.



924
925
926
# File 'sig/types.rbs', line 924

def cdi_input_specification
  @cdi_input_specification
end

#channel_class"STANDARD", "SINGLE_PIPELINE"

Returns the value of attribute channel_class.

Returns:

  • ("STANDARD", "SINGLE_PIPELINE")


925
926
927
# File 'sig/types.rbs', line 925

def channel_class
  @channel_class
end

#channel_engine_versionTypes::ChannelEngineVersionResponse

Returns the value of attribute channel_engine_version.



942
943
944
# File 'sig/types.rbs', line 942

def channel_engine_version
  @channel_engine_version
end

#channel_security_groups::Array[::String]

Returns the value of attribute channel_security_groups.

Returns:

  • (::Array[::String])


944
945
946
# File 'sig/types.rbs', line 944

def channel_security_groups
  @channel_security_groups
end

#destinations::Array[Types::OutputDestination]

Returns the value of attribute destinations.

Returns:



926
927
928
# File 'sig/types.rbs', line 926

def destinations
  @destinations
end

#egress_endpoints::Array[Types::ChannelEgressEndpoint]

Returns the value of attribute egress_endpoints.

Returns:



927
928
929
# File 'sig/types.rbs', line 927

def egress_endpoints
  @egress_endpoints
end

#encoder_settingsTypes::EncoderSettings

Returns the value of attribute encoder_settings.



928
929
930
# File 'sig/types.rbs', line 928

def encoder_settings
  @encoder_settings
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


929
930
931
# File 'sig/types.rbs', line 929

def id
  @id
end

#inference_settingsTypes::DescribeInferenceSettings

Returns the value of attribute inference_settings.



945
946
947
# File 'sig/types.rbs', line 945

def inference_settings
  @inference_settings
end

#input_attachments::Array[Types::InputAttachment]

Returns the value of attribute input_attachments.

Returns:



930
931
932
# File 'sig/types.rbs', line 930

def input_attachments
  @input_attachments
end

#input_specificationTypes::InputSpecification

Returns the value of attribute input_specification.



931
932
933
# File 'sig/types.rbs', line 931

def input_specification
  @input_specification
end

#linked_channel_settingsTypes::DescribeLinkedChannelSettings

Returns the value of attribute linked_channel_settings.



943
944
945
# File 'sig/types.rbs', line 943

def linked_channel_settings
  @linked_channel_settings
end

#log_level"ERROR", ...

Returns the value of attribute log_level.

Returns:

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


932
933
934
# File 'sig/types.rbs', line 932

def log_level
  @log_level
end

#maintenanceTypes::MaintenanceStatus

Returns the value of attribute maintenance.



933
934
935
# File 'sig/types.rbs', line 933

def maintenance
  @maintenance
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


934
935
936
# File 'sig/types.rbs', line 934

def name
  @name
end

#pipeline_details::Array[Types::PipelineDetail]

Returns the value of attribute pipeline_details.

Returns:



935
936
937
# File 'sig/types.rbs', line 935

def pipeline_details
  @pipeline_details
end

#pipelines_running_count::Integer

Returns the value of attribute pipelines_running_count.

Returns:

  • (::Integer)


936
937
938
# File 'sig/types.rbs', line 936

def pipelines_running_count
  @pipelines_running_count
end

#role_arn::String

Returns the value of attribute role_arn.

Returns:

  • (::String)


937
938
939
# File 'sig/types.rbs', line 937

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


938
939
940
# File 'sig/types.rbs', line 938

def state
  @state
end

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

Returns the value of attribute tags.

Returns:

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


939
940
941
# File 'sig/types.rbs', line 939

def tags
  @tags
end

#vpcTypes::VpcOutputSettingsDescription

Returns the value of attribute vpc.



940
941
942
# File 'sig/types.rbs', line 940

def vpc
  @vpc
end