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.
5433 5434 5435 |
# File 'sig/types.rbs', line 5433 def arn @arn end |
#custom_instructions ⇒ Types::CustomInstructions
Returns the value of attribute custom_instructions.
5436 5437 5438 |
# File 'sig/types.rbs', line 5436 def custom_instructions @custom_instructions end |
#request_id ⇒ ::String
Returns the value of attribute request_id.
5438 5439 5440 |
# File 'sig/types.rbs', line 5438 def request_id @request_id end |
#status ⇒ ::Integer
Returns the value of attribute status.
5437 5438 5439 |
# File 'sig/types.rbs', line 5437 def status @status end |
#topic ⇒ Types::TopicV2Details
Returns the value of attribute topic.
5435 5436 5437 |
# File 'sig/types.rbs', line 5435 def topic @topic end |
#topic_id ⇒ ::String
Returns the value of attribute topic_id.
5434 5435 5436 |
# File 'sig/types.rbs', line 5434 def topic_id @topic_id end |