Class: Aws::Types::PipeTargetParameters
- Inherits:
-
Object
- Object
- Aws::Types::PipeTargetParameters
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#batch_job_parameters ⇒ Types::PipeTargetBatchJobParameters
Returns the value of attribute batch_job_parameters.
-
#cloud_watch_logs_parameters ⇒ Types::PipeTargetCloudWatchLogsParameters
Returns the value of attribute cloud_watch_logs_parameters.
-
#ecs_task_parameters ⇒ Types::PipeTargetEcsTaskParameters
Returns the value of attribute ecs_task_parameters.
-
#event_bridge_event_bus_parameters ⇒ Types::PipeTargetEventBridgeEventBusParameters
Returns the value of attribute event_bridge_event_bus_parameters.
-
#http_parameters ⇒ Types::PipeTargetHttpParameters
Returns the value of attribute http_parameters.
-
#input_template ⇒ ::String
Returns the value of attribute input_template.
-
#kinesis_stream_parameters ⇒ Types::PipeTargetKinesisStreamParameters
Returns the value of attribute kinesis_stream_parameters.
-
#lambda_function_parameters ⇒ Types::PipeTargetLambdaFunctionParameters
Returns the value of attribute lambda_function_parameters.
-
#redshift_data_parameters ⇒ Types::PipeTargetRedshiftDataParameters
Returns the value of attribute redshift_data_parameters.
-
#sage_maker_pipeline_parameters ⇒ Types::PipeTargetSageMakerPipelineParameters
Returns the value of attribute sage_maker_pipeline_parameters.
-
#sqs_queue_parameters ⇒ Types::PipeTargetSqsQueueParameters
Returns the value of attribute sqs_queue_parameters.
-
#step_function_state_machine_parameters ⇒ Types::PipeTargetStateMachineParameters
Returns the value of attribute step_function_state_machine_parameters.
-
#timestream_parameters ⇒ Types::PipeTargetTimestreamParameters
Returns the value of attribute timestream_parameters.
Instance Attribute Details
#batch_job_parameters ⇒ Types::PipeTargetBatchJobParameters
Returns the value of attribute batch_job_parameters.
508 509 510 |
# File 'sig/types.rbs', line 508 def batch_job_parameters @batch_job_parameters end |
#cloud_watch_logs_parameters ⇒ Types::PipeTargetCloudWatchLogsParameters
Returns the value of attribute cloud_watch_logs_parameters.
514 515 516 |
# File 'sig/types.rbs', line 514 def cloud_watch_logs_parameters @cloud_watch_logs_parameters end |
#ecs_task_parameters ⇒ Types::PipeTargetEcsTaskParameters
Returns the value of attribute ecs_task_parameters.
507 508 509 |
# File 'sig/types.rbs', line 507 def ecs_task_parameters @ecs_task_parameters end |
#event_bridge_event_bus_parameters ⇒ Types::PipeTargetEventBridgeEventBusParameters
Returns the value of attribute event_bridge_event_bus_parameters.
513 514 515 |
# File 'sig/types.rbs', line 513 def event_bridge_event_bus_parameters @event_bridge_event_bus_parameters end |
#http_parameters ⇒ Types::PipeTargetHttpParameters
Returns the value of attribute http_parameters.
510 511 512 |
# File 'sig/types.rbs', line 510 def http_parameters @http_parameters end |
#input_template ⇒ ::String
Returns the value of attribute input_template.
503 504 505 |
# File 'sig/types.rbs', line 503 def input_template @input_template end |
#kinesis_stream_parameters ⇒ Types::PipeTargetKinesisStreamParameters
Returns the value of attribute kinesis_stream_parameters.
506 507 508 |
# File 'sig/types.rbs', line 506 def kinesis_stream_parameters @kinesis_stream_parameters end |
#lambda_function_parameters ⇒ Types::PipeTargetLambdaFunctionParameters
Returns the value of attribute lambda_function_parameters.
504 505 506 |
# File 'sig/types.rbs', line 504 def lambda_function_parameters @lambda_function_parameters end |
#redshift_data_parameters ⇒ Types::PipeTargetRedshiftDataParameters
Returns the value of attribute redshift_data_parameters.
511 512 513 |
# File 'sig/types.rbs', line 511 def redshift_data_parameters @redshift_data_parameters end |
#sage_maker_pipeline_parameters ⇒ Types::PipeTargetSageMakerPipelineParameters
Returns the value of attribute sage_maker_pipeline_parameters.
512 513 514 |
# File 'sig/types.rbs', line 512 def sage_maker_pipeline_parameters @sage_maker_pipeline_parameters end |
#sqs_queue_parameters ⇒ Types::PipeTargetSqsQueueParameters
Returns the value of attribute sqs_queue_parameters.
509 510 511 |
# File 'sig/types.rbs', line 509 def sqs_queue_parameters @sqs_queue_parameters end |
#step_function_state_machine_parameters ⇒ Types::PipeTargetStateMachineParameters
Returns the value of attribute step_function_state_machine_parameters.
505 506 507 |
# File 'sig/types.rbs', line 505 def step_function_state_machine_parameters @step_function_state_machine_parameters end |
#timestream_parameters ⇒ Types::PipeTargetTimestreamParameters
Returns the value of attribute timestream_parameters.
515 516 517 |
# File 'sig/types.rbs', line 515 def timestream_parameters @timestream_parameters end |