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.
12765 12766 12767 |
# File 'sig/types.rbs', line 12765 def aws_account_id @aws_account_id end |
#custom_instructions ⇒ Types::CustomInstructions
Returns the value of attribute custom_instructions.
12768 12769 12770 |
# File 'sig/types.rbs', line 12768 def custom_instructions @custom_instructions end |
#publish_option ⇒ "DRAFT", "PUBLISH"
Returns the value of attribute publish_option.
12769 12770 12771 |
# File 'sig/types.rbs', line 12769 def publish_option @publish_option end |
#topic ⇒ Types::TopicV2Details
Returns the value of attribute topic.
12767 12768 12769 |
# File 'sig/types.rbs', line 12767 def topic @topic end |
#topic_id ⇒ ::String
Returns the value of attribute topic_id.
12766 12767 12768 |
# File 'sig/types.rbs', line 12766 def topic_id @topic_id end |