Class: Aws::Types::SnsAction

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#message_format"RAW", "JSON"

Returns the value of attribute message_format.

Returns:

  • ("RAW", "JSON")


4523
4524
4525
# File 'sig/types.rbs', line 4523

def message_format
  @message_format
end

#role_arn::String

Returns the value of attribute role_arn.

Returns:

  • (::String)


4522
4523
4524
# File 'sig/types.rbs', line 4522

def role_arn
  @role_arn
end

#target_arn::String

Returns the value of attribute target_arn.

Returns:

  • (::String)


4521
4522
4523
# File 'sig/types.rbs', line 4521

def target_arn
  @target_arn
end