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
2351 |
# File 'sig/client.rbs', line 2351
def arn: () -> ::String
|
#custom_instructions ⇒ Types::CustomInstructions
2356 |
# File 'sig/client.rbs', line 2356
def custom_instructions: () -> Types::CustomInstructions
|
#request_id ⇒ ::String
2354 |
# File 'sig/client.rbs', line 2354
def request_id: () -> ::String
|
#status ⇒ ::Integer
2355 |
# File 'sig/client.rbs', line 2355
def status: () -> ::Integer
|
#topic ⇒ Types::TopicDetails
2353 |
# File 'sig/client.rbs', line 2353
def topic: () -> Types::TopicDetails
|
#topic_id ⇒ ::String
2352 |
# File 'sig/client.rbs', line 2352
def topic_id: () -> ::String
|