Class: Aws::Types::DescribeTopicV2Response
- Inherits:
-
Object
- Object
- Aws::Types::DescribeTopicV2Response
- 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::TopicV2Details
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.
5200 5201 5202 |
# File 'sig/types.rbs', line 5200 def arn @arn end |
#custom_instructions ⇒ Types::CustomInstructions
Returns the value of attribute custom_instructions.
5203 5204 5205 |
# File 'sig/types.rbs', line 5203 def custom_instructions @custom_instructions end |
#request_id ⇒ ::String
Returns the value of attribute request_id.
5205 5206 5207 |
# File 'sig/types.rbs', line 5205 def request_id @request_id end |
#status ⇒ ::Integer
Returns the value of attribute status.
5204 5205 5206 |
# File 'sig/types.rbs', line 5204 def status @status end |
#topic ⇒ Types::TopicV2Details
Returns the value of attribute topic.
5202 5203 5204 |
# File 'sig/types.rbs', line 5202 def topic @topic end |
#topic_id ⇒ ::String
Returns the value of attribute topic_id.
5201 5202 5203 |
# File 'sig/types.rbs', line 5201 def topic_id @topic_id end |