Class: Aws::Types::SetTopicAttributesInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#attribute_name::String

Returns the value of attribute attribute_name.

Returns:

  • (::String)


542
543
544
# File 'sig/types.rbs', line 542

def attribute_name
  @attribute_name
end

#attribute_value::String

Returns the value of attribute attribute_value.

Returns:

  • (::String)


543
544
545
# File 'sig/types.rbs', line 543

def attribute_value
  @attribute_value
end

#topic_arn::String

Returns the value of attribute topic_arn.

Returns:

  • (::String)


541
542
543
# File 'sig/types.rbs', line 541

def topic_arn
  @topic_arn
end