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
2393 |
# File 'sig/client.rbs', line 2393
def arn: () -> ::String
|
#custom_instructions ⇒ Types::CustomInstructions
2398 |
# File 'sig/client.rbs', line 2398
def custom_instructions: () -> Types::CustomInstructions
|
#request_id ⇒ ::String
2396 |
# File 'sig/client.rbs', line 2396
def request_id: () -> ::String
|
#status ⇒ ::Integer
2397 |
# File 'sig/client.rbs', line 2397
def status: () -> ::Integer
|
#topic ⇒ Types::TopicDetails
2395 |
# File 'sig/client.rbs', line 2395
def topic: () -> Types::TopicDetails
|
#topic_id ⇒ ::String
2394 |
# File 'sig/client.rbs', line 2394
def topic_id: () -> ::String
|