Module: Aws::QuickSight::Client::_CreateTopicResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::CreateTopicResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #arn ⇒ ::String
- #refresh_arn ⇒ ::String
- #request_id ⇒ ::String
- #status ⇒ ::Integer
- #topic_id ⇒ ::String
Instance Method Details
#arn ⇒ ::String
848 |
# File 'sig/client.rbs', line 848
def arn: () -> ::String
|
#refresh_arn ⇒ ::String
850 |
# File 'sig/client.rbs', line 850
def refresh_arn: () -> ::String
|
#request_id ⇒ ::String
851 |
# File 'sig/client.rbs', line 851
def request_id: () -> ::String
|
#status ⇒ ::Integer
852 |
# File 'sig/client.rbs', line 852
def status: () -> ::Integer
|
#topic_id ⇒ ::String
849 |
# File 'sig/client.rbs', line 849
def topic_id: () -> ::String
|