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.
11977 11978 11979 |
# File 'sig/types.rbs', line 11977 def arn @arn end |
#name ⇒ ::String
Returns the value of attribute name.
11979 11980 11981 |
# File 'sig/types.rbs', line 11979 def name @name end |
#topic_id ⇒ ::String
Returns the value of attribute topic_id.
11978 11979 11980 |
# File 'sig/types.rbs', line 11978 def topic_id @topic_id end |