Class: Aws::Types::DescribeTopicResponse
- Inherits:
-
Object
- Object
- Aws::Types::DescribeTopicResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#custom_instructions ⇒ Types::CustomInstructions
Returns the value of attribute custom_instructions.
-
#request_id ⇒ ::String
Returns the value of attribute request_id.
-
#status ⇒ ::Integer
Returns the value of attribute status.
-
#topic ⇒ Types::TopicDetails
Returns the value of attribute topic.
-
#topic_id ⇒ ::String
Returns the value of attribute topic_id.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
5184 5185 5186 |
# File 'sig/types.rbs', line 5184 def arn @arn end |
#custom_instructions ⇒ Types::CustomInstructions
Returns the value of attribute custom_instructions.
5189 5190 5191 |
# File 'sig/types.rbs', line 5189 def custom_instructions @custom_instructions end |
#request_id ⇒ ::String
Returns the value of attribute request_id.
5187 5188 5189 |
# File 'sig/types.rbs', line 5187 def request_id @request_id end |
#status ⇒ ::Integer
Returns the value of attribute status.
5188 5189 5190 |
# File 'sig/types.rbs', line 5188 def status @status end |
#topic ⇒ Types::TopicDetails
Returns the value of attribute topic.
5186 5187 5188 |
# File 'sig/types.rbs', line 5186 def topic @topic end |
#topic_id ⇒ ::String
Returns the value of attribute topic_id.
5185 5186 5187 |
# File 'sig/types.rbs', line 5185 def topic_id @topic_id end |