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.
2731 2732 2733 |
# File 'sig/types.rbs', line 2731 def aws_account_id @aws_account_id end |
#custom_instructions ⇒ Types::CustomInstructions
Returns the value of attribute custom_instructions.
2736 2737 2738 |
# File 'sig/types.rbs', line 2736 def custom_instructions @custom_instructions end |
#folder_arns ⇒ ::Array[::String]
Returns the value of attribute folder_arns.
2735 2736 2737 |
# File 'sig/types.rbs', line 2735 def folder_arns @folder_arns end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
2734 2735 2736 |
# File 'sig/types.rbs', line 2734 def @tags end |
#topic ⇒ Types::TopicDetails
Returns the value of attribute topic.
2733 2734 2735 |
# File 'sig/types.rbs', line 2733 def topic @topic end |
#topic_id ⇒ ::String
Returns the value of attribute topic_id.
2732 2733 2734 |
# File 'sig/types.rbs', line 2732 def topic_id @topic_id end |