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.
5417 5418 5419 |
# File 'sig/types.rbs', line 5417 def arn @arn end |
#custom_instructions ⇒ Types::CustomInstructions
Returns the value of attribute custom_instructions.
5422 5423 5424 |
# File 'sig/types.rbs', line 5422 def custom_instructions @custom_instructions end |
#request_id ⇒ ::String
Returns the value of attribute request_id.
5420 5421 5422 |
# File 'sig/types.rbs', line 5420 def request_id @request_id end |
#status ⇒ ::Integer
Returns the value of attribute status.
5421 5422 5423 |
# File 'sig/types.rbs', line 5421 def status @status end |
#topic ⇒ Types::TopicDetails
Returns the value of attribute topic.
5419 5420 5421 |
# File 'sig/types.rbs', line 5419 def topic @topic end |
#topic_id ⇒ ::String
Returns the value of attribute topic_id.
5418 5419 5420 |
# File 'sig/types.rbs', line 5418 def topic_id @topic_id end |