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.
11937 11938 11939 |
# File 'sig/types.rbs', line 11937 def arn @arn end |
#name ⇒ ::String
Returns the value of attribute name.
11939 11940 11941 |
# File 'sig/types.rbs', line 11939 def name @name end |
#topic_id ⇒ ::String
Returns the value of attribute topic_id.
11938 11939 11940 |
# File 'sig/types.rbs', line 11938 def topic_id @topic_id end |
#user_experience_version ⇒ "LEGACY", "NEW_READER_EXPERIENCE"
Returns the value of attribute user_experience_version.
11940 11941 11942 |
# File 'sig/types.rbs', line 11940 def user_experience_version @user_experience_version end |