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.
2760 2761 2762 |
# File 'sig/types.rbs', line 2760 def aws_account_id @aws_account_id end |
#custom_instructions ⇒ Types::CustomInstructions
Returns the value of attribute custom_instructions.
2765 2766 2767 |
# File 'sig/types.rbs', line 2765 def custom_instructions @custom_instructions end |
#folder_arns ⇒ ::Array[::String]
Returns the value of attribute folder_arns.
2764 2765 2766 |
# File 'sig/types.rbs', line 2764 def folder_arns @folder_arns end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
2763 2764 2765 |
# File 'sig/types.rbs', line 2763 def @tags end |
#topic ⇒ Types::TopicV2Details
Returns the value of attribute topic.
2762 2763 2764 |
# File 'sig/types.rbs', line 2762 def topic @topic end |
#topic_id ⇒ ::String
Returns the value of attribute topic_id.
2761 2762 2763 |
# File 'sig/types.rbs', line 2761 def topic_id @topic_id end |