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
2310 |
# File 'sig/client.rbs', line 2310
def arn: () -> ::String
|
#custom_instructions ⇒ Types::CustomInstructions
2315 |
# File 'sig/client.rbs', line 2315
def custom_instructions: () -> Types::CustomInstructions
|
#request_id ⇒ ::String
2313 |
# File 'sig/client.rbs', line 2313
def request_id: () -> ::String
|
#status ⇒ ::Integer
2314 |
# File 'sig/client.rbs', line 2314
def status: () -> ::Integer
|
#topic ⇒ Types::TopicDetails
2312 |
# File 'sig/client.rbs', line 2312
def topic: () -> Types::TopicDetails
|
#topic_id ⇒ ::String
2311 |
# File 'sig/client.rbs', line 2311
def topic_id: () -> ::String
|