Class: Aws::Types::UpdateTopicV2Request
- Inherits:
-
Object
- Object
- Aws::Types::UpdateTopicV2Request
- 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.
-
#publish_option ⇒ "DRAFT", "PUBLISH"
Returns the value of attribute publish_option.
-
#topic ⇒ Types::TopicV2Details
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.
13221 13222 13223 |
# File 'sig/types.rbs', line 13221 def aws_account_id @aws_account_id end |
#custom_instructions ⇒ Types::CustomInstructions
Returns the value of attribute custom_instructions.
13224 13225 13226 |
# File 'sig/types.rbs', line 13224 def custom_instructions @custom_instructions end |
#publish_option ⇒ "DRAFT", "PUBLISH"
Returns the value of attribute publish_option.
13225 13226 13227 |
# File 'sig/types.rbs', line 13225 def publish_option @publish_option end |
#topic ⇒ Types::TopicV2Details
Returns the value of attribute topic.
13223 13224 13225 |
# File 'sig/types.rbs', line 13223 def topic @topic end |
#topic_id ⇒ ::String
Returns the value of attribute topic_id.
13222 13223 13224 |
# File 'sig/types.rbs', line 13222 def topic_id @topic_id end |