Class: Aws::Types::Topic

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#default_subscription_status"OPT_IN", "OPT_OUT"

Returns the value of attribute default_subscription_status.

Returns:

  • ("OPT_IN", "OPT_OUT")


2076
2077
2078
# File 'sig/types.rbs', line 2076

def default_subscription_status
  @default_subscription_status
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


2075
2076
2077
# File 'sig/types.rbs', line 2075

def description
  @description
end

#display_name::String

Returns the value of attribute display_name.

Returns:

  • (::String)


2074
2075
2076
# File 'sig/types.rbs', line 2074

def display_name
  @display_name
end

#topic_name::String

Returns the value of attribute topic_name.

Returns:

  • (::String)


2073
2074
2075
# File 'sig/types.rbs', line 2073

def topic_name
  @topic_name
end