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.
12748 12749 12750 |
# File 'sig/types.rbs', line 12748 def aws_account_id @aws_account_id end |
#custom_instructions ⇒ Types::CustomInstructions
Returns the value of attribute custom_instructions.
12751 12752 12753 |
# File 'sig/types.rbs', line 12751 def custom_instructions @custom_instructions end |
#topic ⇒ Types::TopicDetails
Returns the value of attribute topic.
12750 12751 12752 |
# File 'sig/types.rbs', line 12750 def topic @topic end |
#topic_id ⇒ ::String
Returns the value of attribute topic_id.
12749 12750 12751 |
# File 'sig/types.rbs', line 12749 def topic_id @topic_id end |