Module: Aws::QuickSight::Client::_DescribeTopicResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::DescribeTopicResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #arn ⇒ ::String
- #custom_instructions ⇒ Types::CustomInstructions
- #request_id ⇒ ::String
- #status ⇒ ::Integer
- #topic ⇒ Types::TopicDetails
- #topic_id ⇒ ::String
Instance Method Details
#arn ⇒ ::String
2575 |
# File 'sig/client.rbs', line 2575
def arn: () -> ::String
|
#custom_instructions ⇒ Types::CustomInstructions
2580 |
# File 'sig/client.rbs', line 2580
def custom_instructions: () -> Types::CustomInstructions
|
#request_id ⇒ ::String
2578 |
# File 'sig/client.rbs', line 2578
def request_id: () -> ::String
|
#status ⇒ ::Integer
2579 |
# File 'sig/client.rbs', line 2579
def status: () -> ::Integer
|
#topic ⇒ Types::TopicDetails
2577 |
# File 'sig/client.rbs', line 2577
def topic: () -> Types::TopicDetails
|
#topic_id ⇒ ::String
2576 |
# File 'sig/client.rbs', line 2576
def topic_id: () -> ::String
|