Class: Aws::Types::Target
- Inherits:
-
Object
- Object
- Aws::Types::Target
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#batch_parameters ⇒ Types::BatchParameters
Returns the value of attribute batch_parameters.
-
#dead_letter_config ⇒ Types::DeadLetterConfig
Returns the value of attribute dead_letter_config.
-
#ecs_parameters ⇒ Types::EcsParameters
Returns the value of attribute ecs_parameters.
-
#http_parameters ⇒ Types::HttpParameters
Returns the value of attribute http_parameters.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#input ⇒ ::String
Returns the value of attribute input.
-
#input_path ⇒ ::String
Returns the value of attribute input_path.
-
#input_transformer ⇒ Types::InputTransformer
Returns the value of attribute input_transformer.
-
#kinesis_parameters ⇒ Types::KinesisParameters
Returns the value of attribute kinesis_parameters.
-
#redshift_data_parameters ⇒ Types::RedshiftDataParameters
Returns the value of attribute redshift_data_parameters.
-
#retry_policy ⇒ Types::RetryPolicy
Returns the value of attribute retry_policy.
-
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
-
#run_command_parameters ⇒ Types::RunCommandParameters
Returns the value of attribute run_command_parameters.
-
#sage_maker_pipeline_parameters ⇒ Types::SageMakerPipelineParameters
Returns the value of attribute sage_maker_pipeline_parameters.
-
#sqs_parameters ⇒ Types::SqsParameters
Returns the value of attribute sqs_parameters.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
1013 1014 1015 |
# File 'sig/types.rbs', line 1013 def arn @arn end |
#batch_parameters ⇒ Types::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_config ⇒ Types::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_parameters ⇒ Types::EcsParameters
Returns the value of attribute ecs_parameters.
1020 1021 1022 |
# File 'sig/types.rbs', line 1020 def ecs_parameters @ecs_parameters end |
#http_parameters ⇒ Types::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.
1012 1013 1014 |
# File 'sig/types.rbs', line 1012 def id @id end |
#input ⇒ ::String
Returns the value of attribute input.
1015 1016 1017 |
# File 'sig/types.rbs', line 1015 def input @input end |
#input_path ⇒ ::String
Returns the value of attribute input_path.
1016 1017 1018 |
# File 'sig/types.rbs', line 1016 def input_path @input_path end |
#input_transformer ⇒ Types::InputTransformer
Returns the value of attribute input_transformer.
1017 1018 1019 |
# File 'sig/types.rbs', line 1017 def input_transformer @input_transformer end |
#kinesis_parameters ⇒ Types::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_parameters ⇒ Types::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_policy ⇒ Types::RetryPolicy
Returns the value of attribute retry_policy.
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.
1014 1015 1016 |
# File 'sig/types.rbs', line 1014 def role_arn @role_arn end |
#run_command_parameters ⇒ Types::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_parameters ⇒ Types::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_parameters ⇒ Types::SqsParameters
Returns the value of attribute sqs_parameters.
1022 1023 1024 |
# File 'sig/types.rbs', line 1022 def sqs_parameters @sqs_parameters end |