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.
-
#dead_letter_config ⇒ Types::DeadLetterConfig
Returns the value of attribute dead_letter_config.
-
#ecs_parameters ⇒ Types::EcsParameters
Returns the value of attribute ecs_parameters.
-
#event_bridge_parameters ⇒ Types::EventBridgeParameters
Returns the value of attribute event_bridge_parameters.
-
#input ⇒ ::String
Returns the value of attribute input.
-
#kinesis_parameters ⇒ Types::KinesisParameters
Returns the value of attribute kinesis_parameters.
-
#retry_policy ⇒ Types::RetryPolicy
Returns the value of attribute retry_policy.
-
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
-
#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.
290 291 292 |
# File 'sig/types.rbs', line 290 def arn @arn end |
#dead_letter_config ⇒ Types::DeadLetterConfig
Returns the value of attribute dead_letter_config.
291 292 293 |
# File 'sig/types.rbs', line 291 def dead_letter_config @dead_letter_config end |
#ecs_parameters ⇒ Types::EcsParameters
Returns the value of attribute ecs_parameters.
292 293 294 |
# File 'sig/types.rbs', line 292 def ecs_parameters @ecs_parameters end |
#event_bridge_parameters ⇒ Types::EventBridgeParameters
Returns the value of attribute event_bridge_parameters.
293 294 295 |
# File 'sig/types.rbs', line 293 def event_bridge_parameters @event_bridge_parameters end |
#input ⇒ ::String
Returns the value of attribute input.
294 295 296 |
# File 'sig/types.rbs', line 294 def input @input end |
#kinesis_parameters ⇒ Types::KinesisParameters
Returns the value of attribute kinesis_parameters.
295 296 297 |
# File 'sig/types.rbs', line 295 def kinesis_parameters @kinesis_parameters end |
#retry_policy ⇒ Types::RetryPolicy
Returns the value of attribute retry_policy.
296 297 298 |
# File 'sig/types.rbs', line 296 def retry_policy @retry_policy end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
297 298 299 |
# File 'sig/types.rbs', line 297 def role_arn @role_arn end |
#sage_maker_pipeline_parameters ⇒ Types::SageMakerPipelineParameters
Returns the value of attribute sage_maker_pipeline_parameters.
298 299 300 |
# File 'sig/types.rbs', line 298 def sage_maker_pipeline_parameters @sage_maker_pipeline_parameters end |
#sqs_parameters ⇒ Types::SqsParameters
Returns the value of attribute sqs_parameters.
299 300 301 |
# File 'sig/types.rbs', line 299 def sqs_parameters @sqs_parameters end |