Class: Aws::Types::NotificationSpecification

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#destination::String

Returns the value of attribute destination.

Returns:

  • (::String)


449
450
451
# File 'sig/types.rbs', line 449

def destination
  @destination
end

#event_types::Array[("AssignmentAccepted" | "AssignmentAbandoned" | "AssignmentReturned" | "AssignmentSubmitted" | "AssignmentRejected" | "AssignmentApproved" | "HITCreated" | "HITExpired" | "HITReviewable" | "HITExtended" | "HITDisposed" | "Ping")]

Returns the value of attribute event_types.

Returns:

  • (::Array[("AssignmentAccepted" | "AssignmentAbandoned" | "AssignmentReturned" | "AssignmentSubmitted" | "AssignmentRejected" | "AssignmentApproved" | "HITCreated" | "HITExpired" | "HITReviewable" | "HITExtended" | "HITDisposed" | "Ping")])


452
453
454
# File 'sig/types.rbs', line 452

def event_types
  @event_types
end

#transport"Email", ...

Returns the value of attribute transport.

Returns:

  • ("Email", "SQS", "SNS")


450
451
452
# File 'sig/types.rbs', line 450

def transport
  @transport
end

#version::String

Returns the value of attribute version.

Returns:

  • (::String)


451
452
453
# File 'sig/types.rbs', line 451

def version
  @version
end