Class: Aws::Types::SetTopicAttributesInput
- Inherits:
-
Object
- Object
- Aws::Types::SetTopicAttributesInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#attribute_name ⇒ ::String
Returns the value of attribute attribute_name.
-
#attribute_value ⇒ ::String
Returns the value of attribute attribute_value.
-
#topic_arn ⇒ ::String
Returns the value of attribute topic_arn.
Instance Attribute Details
#attribute_name ⇒ ::String
Returns the value of attribute attribute_name.
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.
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.
541 542 543 |
# File 'sig/types.rbs', line 541 def topic_arn @topic_arn end |