Class: Aws::Types::StopChannelResponse

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.



3113
3114
3115
# File 'sig/types.rbs', line 3113

def anywhere_settings
  @anywhere_settings
end

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


3095
3096
3097
# File 'sig/types.rbs', line 3095

def arn
  @arn
end

#cdi_input_specificationTypes::CdiInputSpecification

Returns the value of attribute cdi_input_specification.



3096
3097
3098
# File 'sig/types.rbs', line 3096

def cdi_input_specification
  @cdi_input_specification
end

#channel_class"STANDARD", "SINGLE_PIPELINE"

Returns the value of attribute channel_class.

Returns:

  • ("STANDARD", "SINGLE_PIPELINE")


3097
3098
3099
# File 'sig/types.rbs', line 3097

def channel_class
  @channel_class
end

#channel_engine_versionTypes::ChannelEngineVersionResponse

Returns the value of attribute channel_engine_version.



3114
3115
3116
# File 'sig/types.rbs', line 3114

def channel_engine_version
  @channel_engine_version
end

#channel_security_groups::Array[::String]

Returns the value of attribute channel_security_groups.

Returns:

  • (::Array[::String])


3116
3117
3118
# File 'sig/types.rbs', line 3116

def channel_security_groups
  @channel_security_groups
end

#destinations::Array[Types::OutputDestination]

Returns the value of attribute destinations.

Returns:



3098
3099
3100
# File 'sig/types.rbs', line 3098

def destinations
  @destinations
end

#egress_endpoints::Array[Types::ChannelEgressEndpoint]

Returns the value of attribute egress_endpoints.

Returns:



3099
3100
3101
# File 'sig/types.rbs', line 3099

def egress_endpoints
  @egress_endpoints
end

#encoder_settingsTypes::EncoderSettings

Returns the value of attribute encoder_settings.



3100
3101
3102
# File 'sig/types.rbs', line 3100

def encoder_settings
  @encoder_settings
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


3101
3102
3103
# File 'sig/types.rbs', line 3101

def id
  @id
end

#inference_settingsTypes::DescribeInferenceSettings

Returns the value of attribute inference_settings.



3117
3118
3119
# File 'sig/types.rbs', line 3117

def inference_settings
  @inference_settings
end

#input_attachments::Array[Types::InputAttachment]

Returns the value of attribute input_attachments.

Returns:



3102
3103
3104
# File 'sig/types.rbs', line 3102

def input_attachments
  @input_attachments
end

#input_specificationTypes::InputSpecification

Returns the value of attribute input_specification.



3103
3104
3105
# File 'sig/types.rbs', line 3103

def input_specification
  @input_specification
end

#linked_channel_settingsTypes::DescribeLinkedChannelSettings

Returns the value of attribute linked_channel_settings.



3115
3116
3117
# File 'sig/types.rbs', line 3115

def linked_channel_settings
  @linked_channel_settings
end

#log_level"ERROR", ...

Returns the value of attribute log_level.

Returns:

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


3104
3105
3106
# File 'sig/types.rbs', line 3104

def log_level
  @log_level
end

#maintenanceTypes::MaintenanceStatus

Returns the value of attribute maintenance.



3105
3106
3107
# File 'sig/types.rbs', line 3105

def maintenance
  @maintenance
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


3106
3107
3108
# File 'sig/types.rbs', line 3106

def name
  @name
end

#pipeline_details::Array[Types::PipelineDetail]

Returns the value of attribute pipeline_details.

Returns:



3107
3108
3109
# File 'sig/types.rbs', line 3107

def pipeline_details
  @pipeline_details
end

#pipelines_running_count::Integer

Returns the value of attribute pipelines_running_count.

Returns:

  • (::Integer)


3108
3109
3110
# File 'sig/types.rbs', line 3108

def pipelines_running_count
  @pipelines_running_count
end

#role_arn::String

Returns the value of attribute role_arn.

Returns:

  • (::String)


3109
3110
3111
# File 'sig/types.rbs', line 3109

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


3110
3111
3112
# File 'sig/types.rbs', line 3110

def state
  @state
end

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

Returns the value of attribute tags.

Returns:

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


3111
3112
3113
# File 'sig/types.rbs', line 3111

def tags
  @tags
end

#vpcTypes::VpcOutputSettingsDescription

Returns the value of attribute vpc.



3112
3113
3114
# File 'sig/types.rbs', line 3112

def vpc
  @vpc
end