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)


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.

Returns:

  • (::String)


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.

Returns:



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.

Returns:

  • (::String)


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