Class: Aws::Types::CreateTopicV2Request
- Inherits:
-
Object
- Object
- Aws::Types::CreateTopicV2Request
- 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::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.
2629 2630 2631 |
# File 'sig/types.rbs', line 2629 def aws_account_id @aws_account_id end |
#custom_instructions ⇒ Types::CustomInstructions
Returns the value of attribute custom_instructions.
2634 2635 2636 |
# File 'sig/types.rbs', line 2634 def custom_instructions @custom_instructions end |
#folder_arns ⇒ ::Array[::String]
Returns the value of attribute folder_arns.
2633 2634 2635 |
# File 'sig/types.rbs', line 2633 def folder_arns @folder_arns end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
2632 2633 2634 |
# File 'sig/types.rbs', line 2632 def @tags end |
#topic ⇒ Types::TopicV2Details
Returns the value of attribute topic.
2631 2632 2633 |
# File 'sig/types.rbs', line 2631 def topic @topic end |
#topic_id ⇒ ::String
Returns the value of attribute topic_id.
2630 2631 2632 |
# File 'sig/types.rbs', line 2630 def topic_id @topic_id end |