Class: Aws::Types::TopicSummary
- Inherits:
-
Object
- Object
- Aws::Types::TopicSummary
- 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.
-
#user_experience_version ⇒ "LEGACY", "NEW_READER_EXPERIENCE"
Returns the value of attribute user_experience_version.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
11547 11548 11549 |
# File 'sig/types.rbs', line 11547 def arn @arn end |
#name ⇒ ::String
Returns the value of attribute name.
11549 11550 11551 |
# File 'sig/types.rbs', line 11549 def name @name end |
#topic_id ⇒ ::String
Returns the value of attribute topic_id.
11548 11549 11550 |
# File 'sig/types.rbs', line 11548 def topic_id @topic_id end |
#user_experience_version ⇒ "LEGACY", "NEW_READER_EXPERIENCE"
Returns the value of attribute user_experience_version.
11550 11551 11552 |
# File 'sig/types.rbs', line 11550 def user_experience_version @user_experience_version end |