Class: Aws::Types::NotificationsConfiguration

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:lambda_function_arn, :sns_topic_arn, :sqs_queue_arn])

Instance Attribute Summary collapse

Instance Attribute Details

#lambda_function_arn::String

Returns the value of attribute lambda_function_arn.

Returns:

  • (::String)


285
286
287
# File 'sig/types.rbs', line 285

def lambda_function_arn
  @lambda_function_arn
end

#sns_topic_arn::String

Returns the value of attribute sns_topic_arn.

Returns:

  • (::String)


286
287
288
# File 'sig/types.rbs', line 286

def sns_topic_arn
  @sns_topic_arn
end

#sqs_queue_arn::String

Returns the value of attribute sqs_queue_arn.

Returns:

  • (::String)


287
288
289
# File 'sig/types.rbs', line 287

def sqs_queue_arn
  @sqs_queue_arn
end