Class: Aws::Types::TopicPreference

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#subscription_status"OPT_IN", "OPT_OUT"

Returns the value of attribute subscription_status.

Returns:

  • ("OPT_IN", "OPT_OUT")


2019
2020
2021
# File 'sig/types.rbs', line 2019

def subscription_status
  @subscription_status
end

#topic_name::String

Returns the value of attribute topic_name.

Returns:

  • (::String)


2018
2019
2020
# File 'sig/types.rbs', line 2018

def topic_name
  @topic_name
end