Module: Aws::QuickSight::Client::_DescribeTopicV2ResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::DescribeTopicV2Response]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #arn ⇒ ::String
- #custom_instructions ⇒ Types::CustomInstructions
- #request_id ⇒ ::String
- #status ⇒ ::Integer
- #topic ⇒ Types::TopicV2Details
- #topic_id ⇒ ::String
Instance Method Details
#arn ⇒ ::String
2470 |
# File 'sig/client.rbs', line 2470
def arn: () -> ::String
|
#custom_instructions ⇒ Types::CustomInstructions
2473 |
# File 'sig/client.rbs', line 2473
def custom_instructions: () -> Types::CustomInstructions
|
#request_id ⇒ ::String
2475 |
# File 'sig/client.rbs', line 2475
def request_id: () -> ::String
|
#status ⇒ ::Integer
2474 |
# File 'sig/client.rbs', line 2474
def status: () -> ::Integer
|
#topic ⇒ Types::TopicV2Details
2472 |
# File 'sig/client.rbs', line 2472
def topic: () -> Types::TopicV2Details
|
#topic_id ⇒ ::String
2471 |
# File 'sig/client.rbs', line 2471
def topic_id: () -> ::String
|