Class: Aws::Types::TopicV2Summary
- Inherits:
-
Object
- Object
- Aws::Types::TopicV2Summary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#topic_id ⇒ ::String
Returns the value of attribute topic_id.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
11587 11588 11589 |
# File 'sig/types.rbs', line 11587 def arn @arn end |
#name ⇒ ::String
Returns the value of attribute name.
11589 11590 11591 |
# File 'sig/types.rbs', line 11589 def name @name end |
#topic_id ⇒ ::String
Returns the value of attribute topic_id.
11588 11589 11590 |
# File 'sig/types.rbs', line 11588 def topic_id @topic_id end |