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")


2088
2089
2090
# File 'sig/types.rbs', line 2088

def subscription_status
  @subscription_status
end

#topic_name::String

Returns the value of attribute topic_name.

Returns:

  • (::String)


2087
2088
2089
# File 'sig/types.rbs', line 2087

def topic_name
  @topic_name
end