Class: Aws::Types::TopicIdentifierDeclaration
- Inherits:
-
Object
- Object
- Aws::Types::TopicIdentifierDeclaration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#identifier ⇒ ::String
Returns the value of attribute identifier.
-
#topic_arn ⇒ ::String
Returns the value of attribute topic_arn.
Instance Attribute Details
#identifier ⇒ ::String
Returns the value of attribute identifier.
11430 11431 11432 |
# File 'sig/types.rbs', line 11430 def identifier @identifier end |
#topic_arn ⇒ ::String
Returns the value of attribute topic_arn.
11431 11432 11433 |
# File 'sig/types.rbs', line 11431 def topic_arn @topic_arn end |