Class: Aws::Types::StartChannelResponse

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.



2993
2994
2995
# File 'sig/types.rbs', line 2993

def anywhere_settings
  @anywhere_settings
end

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


2975
2976
2977
# File 'sig/types.rbs', line 2975

def arn
  @arn
end

#cdi_input_specificationTypes::CdiInputSpecification

Returns the value of attribute cdi_input_specification.



2976
2977
2978
# File 'sig/types.rbs', line 2976

def cdi_input_specification
  @cdi_input_specification
end

#channel_class"STANDARD", "SINGLE_PIPELINE"

Returns the value of attribute channel_class.

Returns:

  • ("STANDARD", "SINGLE_PIPELINE")


2977
2978
2979
# File 'sig/types.rbs', line 2977

def channel_class
  @channel_class
end

#channel_engine_versionTypes::ChannelEngineVersionResponse

Returns the value of attribute channel_engine_version.



2994
2995
2996
# File 'sig/types.rbs', line 2994

def channel_engine_version
  @channel_engine_version
end

#channel_security_groups::Array[::String]

Returns the value of attribute channel_security_groups.

Returns:

  • (::Array[::String])


2996
2997
2998
# File 'sig/types.rbs', line 2996

def channel_security_groups
  @channel_security_groups
end

#destinations::Array[Types::OutputDestination]

Returns the value of attribute destinations.

Returns:



2978
2979
2980
# File 'sig/types.rbs', line 2978

def destinations
  @destinations
end

#egress_endpoints::Array[Types::ChannelEgressEndpoint]

Returns the value of attribute egress_endpoints.

Returns:



2979
2980
2981
# File 'sig/types.rbs', line 2979

def egress_endpoints
  @egress_endpoints
end

#encoder_settingsTypes::EncoderSettings

Returns the value of attribute encoder_settings.



2980
2981
2982
# File 'sig/types.rbs', line 2980

def encoder_settings
  @encoder_settings
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


2981
2982
2983
# File 'sig/types.rbs', line 2981

def id
  @id
end

#inference_settingsTypes::DescribeInferenceSettings

Returns the value of attribute inference_settings.



2997
2998
2999
# File 'sig/types.rbs', line 2997

def inference_settings
  @inference_settings
end

#input_attachments::Array[Types::InputAttachment]

Returns the value of attribute input_attachments.

Returns:



2982
2983
2984
# File 'sig/types.rbs', line 2982

def input_attachments
  @input_attachments
end

#input_specificationTypes::InputSpecification

Returns the value of attribute input_specification.



2983
2984
2985
# File 'sig/types.rbs', line 2983

def input_specification
  @input_specification
end

#linked_channel_settingsTypes::DescribeLinkedChannelSettings

Returns the value of attribute linked_channel_settings.



2995
2996
2997
# File 'sig/types.rbs', line 2995

def linked_channel_settings
  @linked_channel_settings
end

#log_level"ERROR", ...

Returns the value of attribute log_level.

Returns:

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


2984
2985
2986
# File 'sig/types.rbs', line 2984

def log_level
  @log_level
end

#maintenanceTypes::MaintenanceStatus

Returns the value of attribute maintenance.



2985
2986
2987
# File 'sig/types.rbs', line 2985

def maintenance
  @maintenance
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


2986
2987
2988
# File 'sig/types.rbs', line 2986

def name
  @name
end

#pipeline_details::Array[Types::PipelineDetail]

Returns the value of attribute pipeline_details.

Returns:



2987
2988
2989
# File 'sig/types.rbs', line 2987

def pipeline_details
  @pipeline_details
end

#pipelines_running_count::Integer

Returns the value of attribute pipelines_running_count.

Returns:

  • (::Integer)


2988
2989
2990
# File 'sig/types.rbs', line 2988

def pipelines_running_count
  @pipelines_running_count
end

#role_arn::String

Returns the value of attribute role_arn.

Returns:

  • (::String)


2989
2990
2991
# File 'sig/types.rbs', line 2989

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


2990
2991
2992
# File 'sig/types.rbs', line 2990

def state
  @state
end

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

Returns the value of attribute tags.

Returns:

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


2991
2992
2993
# File 'sig/types.rbs', line 2991

def tags
  @tags
end

#vpcTypes::VpcOutputSettingsDescription

Returns the value of attribute vpc.



2992
2993
2994
# File 'sig/types.rbs', line 2992

def vpc
  @vpc
end