Class: Aws::Types::Target

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


1013
1014
1015
# File 'sig/types.rbs', line 1013

def arn
  @arn
end

#batch_parametersTypes::BatchParameters

Returns the value of attribute batch_parameters.



1021
1022
1023
# File 'sig/types.rbs', line 1021

def batch_parameters
  @batch_parameters
end

#dead_letter_configTypes::DeadLetterConfig

Returns the value of attribute dead_letter_config.



1026
1027
1028
# File 'sig/types.rbs', line 1026

def dead_letter_config
  @dead_letter_config
end

#ecs_parametersTypes::EcsParameters

Returns the value of attribute ecs_parameters.



1020
1021
1022
# File 'sig/types.rbs', line 1020

def ecs_parameters
  @ecs_parameters
end

#http_parametersTypes::HttpParameters

Returns the value of attribute http_parameters.



1023
1024
1025
# File 'sig/types.rbs', line 1023

def http_parameters
  @http_parameters
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


1012
1013
1014
# File 'sig/types.rbs', line 1012

def id
  @id
end

#input::String

Returns the value of attribute input.

Returns:

  • (::String)


1015
1016
1017
# File 'sig/types.rbs', line 1015

def input
  @input
end

#input_path::String

Returns the value of attribute input_path.

Returns:

  • (::String)


1016
1017
1018
# File 'sig/types.rbs', line 1016

def input_path
  @input_path
end

#input_transformerTypes::InputTransformer

Returns the value of attribute input_transformer.



1017
1018
1019
# File 'sig/types.rbs', line 1017

def input_transformer
  @input_transformer
end

#kinesis_parametersTypes::KinesisParameters

Returns the value of attribute kinesis_parameters.



1018
1019
1020
# File 'sig/types.rbs', line 1018

def kinesis_parameters
  @kinesis_parameters
end

#redshift_data_parametersTypes::RedshiftDataParameters

Returns the value of attribute redshift_data_parameters.



1024
1025
1026
# File 'sig/types.rbs', line 1024

def redshift_data_parameters
  @redshift_data_parameters
end

#retry_policyTypes::RetryPolicy

Returns the value of attribute retry_policy.

Returns:



1027
1028
1029
# File 'sig/types.rbs', line 1027

def retry_policy
  @retry_policy
end

#role_arn::String

Returns the value of attribute role_arn.

Returns:

  • (::String)


1014
1015
1016
# File 'sig/types.rbs', line 1014

def role_arn
  @role_arn
end

#run_command_parametersTypes::RunCommandParameters

Returns the value of attribute run_command_parameters.



1019
1020
1021
# File 'sig/types.rbs', line 1019

def run_command_parameters
  @run_command_parameters
end

#sage_maker_pipeline_parametersTypes::SageMakerPipelineParameters

Returns the value of attribute sage_maker_pipeline_parameters.



1025
1026
1027
# File 'sig/types.rbs', line 1025

def sage_maker_pipeline_parameters
  @sage_maker_pipeline_parameters
end

#sqs_parametersTypes::SqsParameters

Returns the value of attribute sqs_parameters.



1022
1023
1024
# File 'sig/types.rbs', line 1022

def sqs_parameters
  @sqs_parameters
end