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

#action_failure_policy"CONTINUE", "DROP"

Returns the value of attribute action_failure_policy.

Returns:

  • ("CONTINUE", "DROP")


1363
1364
1365
# File 'sig/types.rbs', line 1363

def action_failure_policy
  @action_failure_policy
end

#encoding"UTF-8", "BASE64"

Returns the value of attribute encoding.

Returns:

  • ("UTF-8", "BASE64")


1366
1367
1368
# File 'sig/types.rbs', line 1366

def encoding
  @encoding
end

#payload_type"HEADERS", "CONTENT"

Returns the value of attribute payload_type.

Returns:

  • ("HEADERS", "CONTENT")


1367
1368
1369
# File 'sig/types.rbs', line 1367

def payload_type
  @payload_type
end

#role_arn::String

Returns the value of attribute role_arn.

Returns:

  • (::String)


1365
1366
1367
# File 'sig/types.rbs', line 1365

def role_arn
  @role_arn
end

#topic_arn::String

Returns the value of attribute topic_arn.

Returns:

  • (::String)


1364
1365
1366
# File 'sig/types.rbs', line 1364

def topic_arn
  @topic_arn
end