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
2652 |
# File 'sig/client.rbs', line 2652
def arn: () -> ::String
|
#custom_instructions ⇒ Types::CustomInstructions
2655 |
# File 'sig/client.rbs', line 2655
def custom_instructions: () -> Types::CustomInstructions
|
#request_id ⇒ ::String
2657 |
# File 'sig/client.rbs', line 2657
def request_id: () -> ::String
|
#status ⇒ ::Integer
2656 |
# File 'sig/client.rbs', line 2656
def status: () -> ::Integer
|
#topic ⇒ Types::TopicV2Details
2654 |
# File 'sig/client.rbs', line 2654
def topic: () -> Types::TopicV2Details
|
#topic_id ⇒ ::String
2653 |
# File 'sig/client.rbs', line 2653
def topic_id: () -> ::String
|