Class: Aws::Types::UpdateTopicRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateTopicRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#aws_account_id ⇒ ::String
Returns the value of attribute aws_account_id.
-
#custom_instructions ⇒ Types::CustomInstructions
Returns the value of attribute custom_instructions.
-
#topic ⇒ Types::TopicDetails
Returns the value of attribute topic.
-
#topic_id ⇒ ::String
Returns the value of attribute topic_id.
Instance Attribute Details
#aws_account_id ⇒ ::String
Returns the value of attribute aws_account_id.
13204 13205 13206 |
# File 'sig/types.rbs', line 13204 def aws_account_id @aws_account_id end |
#custom_instructions ⇒ Types::CustomInstructions
Returns the value of attribute custom_instructions.
13207 13208 13209 |
# File 'sig/types.rbs', line 13207 def custom_instructions @custom_instructions end |
#topic ⇒ Types::TopicDetails
Returns the value of attribute topic.
13206 13207 13208 |
# File 'sig/types.rbs', line 13206 def topic @topic end |
#topic_id ⇒ ::String
Returns the value of attribute topic_id.
13205 13206 13207 |
# File 'sig/types.rbs', line 13205 def topic_id @topic_id end |