Class: Aws::Types::CreateTopicRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateTopicRequest
- 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.
-
#folder_arns ⇒ ::Array[::String]
Returns the value of attribute folder_arns.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
-
#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.
2600 2601 2602 |
# File 'sig/types.rbs', line 2600 def aws_account_id @aws_account_id end |
#custom_instructions ⇒ Types::CustomInstructions
Returns the value of attribute custom_instructions.
2605 2606 2607 |
# File 'sig/types.rbs', line 2605 def custom_instructions @custom_instructions end |
#folder_arns ⇒ ::Array[::String]
Returns the value of attribute folder_arns.
2604 2605 2606 |
# File 'sig/types.rbs', line 2604 def folder_arns @folder_arns end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
2603 2604 2605 |
# File 'sig/types.rbs', line 2603 def @tags end |
#topic ⇒ Types::TopicDetails
Returns the value of attribute topic.
2602 2603 2604 |
# File 'sig/types.rbs', line 2602 def topic @topic end |
#topic_id ⇒ ::String
Returns the value of attribute topic_id.
2601 2602 2603 |
# File 'sig/types.rbs', line 2601 def topic_id @topic_id end |