Class: Aws::Types::Target
- Inherits:
-
Object
- Object
- Aws::Types::Target
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#app_sync_parameters ⇒ Types::AppSyncParameters
Returns the value of attribute app_sync_parameters.
-
#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
#app_sync_parameters ⇒ Types::AppSyncParameters
Returns the value of attribute app_sync_parameters.
1204 1205 1206 |
# File 'sig/types.rbs', line 1204 def app_sync_parameters @app_sync_parameters end |
#arn ⇒ ::String
Returns the value of attribute arn.
1189 1190 1191 |
# File 'sig/types.rbs', line 1189 def arn @arn end |
#batch_parameters ⇒ Types::BatchParameters
Returns the value of attribute batch_parameters.
1197 1198 1199 |
# File 'sig/types.rbs', line 1197 def batch_parameters @batch_parameters end |
#dead_letter_config ⇒ Types::DeadLetterConfig
Returns the value of attribute dead_letter_config.
1202 1203 1204 |
# File 'sig/types.rbs', line 1202 def dead_letter_config @dead_letter_config end |
#ecs_parameters ⇒ Types::EcsParameters
Returns the value of attribute ecs_parameters.
1196 1197 1198 |
# File 'sig/types.rbs', line 1196 def ecs_parameters @ecs_parameters end |
#http_parameters ⇒ Types::HttpParameters
Returns the value of attribute http_parameters.
1199 1200 1201 |
# File 'sig/types.rbs', line 1199 def http_parameters @http_parameters end |
#id ⇒ ::String
Returns the value of attribute id.
1188 1189 1190 |
# File 'sig/types.rbs', line 1188 def id @id end |
#input ⇒ ::String
Returns the value of attribute input.
1191 1192 1193 |
# File 'sig/types.rbs', line 1191 def input @input end |
#input_path ⇒ ::String
Returns the value of attribute input_path.
1192 1193 1194 |
# File 'sig/types.rbs', line 1192 def input_path @input_path end |
#input_transformer ⇒ Types::InputTransformer
Returns the value of attribute input_transformer.
1193 1194 1195 |
# File 'sig/types.rbs', line 1193 def input_transformer @input_transformer end |
#kinesis_parameters ⇒ Types::KinesisParameters
Returns the value of attribute kinesis_parameters.
1194 1195 1196 |
# File 'sig/types.rbs', line 1194 def kinesis_parameters @kinesis_parameters end |
#redshift_data_parameters ⇒ Types::RedshiftDataParameters
Returns the value of attribute redshift_data_parameters.
1200 1201 1202 |
# File 'sig/types.rbs', line 1200 def redshift_data_parameters @redshift_data_parameters end |
#retry_policy ⇒ Types::RetryPolicy
Returns the value of attribute retry_policy.
1203 1204 1205 |
# File 'sig/types.rbs', line 1203 def retry_policy @retry_policy end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
1190 1191 1192 |
# File 'sig/types.rbs', line 1190 def role_arn @role_arn end |
#run_command_parameters ⇒ Types::RunCommandParameters
Returns the value of attribute run_command_parameters.
1195 1196 1197 |
# File 'sig/types.rbs', line 1195 def run_command_parameters @run_command_parameters end |
#sage_maker_pipeline_parameters ⇒ Types::SageMakerPipelineParameters
Returns the value of attribute sage_maker_pipeline_parameters.
1201 1202 1203 |
# File 'sig/types.rbs', line 1201 def sage_maker_pipeline_parameters @sage_maker_pipeline_parameters end |
#sqs_parameters ⇒ Types::SqsParameters
Returns the value of attribute sqs_parameters.
1198 1199 1200 |
# File 'sig/types.rbs', line 1198 def sqs_parameters @sqs_parameters end |