Module: Aws::Detective::Client::_ListIndicatorsResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::ListIndicatorsResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #graph_arn ⇒ ::String
- #indicators ⇒ ::Array[Types::Indicator]
- #investigation_id ⇒ ::String
- #next_token ⇒ ::String
Instance Method Details
#graph_arn ⇒ ::String
242 |
# File 'sig/client.rbs', line 242
def graph_arn: () -> ::String
|
#indicators ⇒ ::Array[Types::Indicator]
245 |
# File 'sig/client.rbs', line 245
def indicators: () -> ::Array[Types::Indicator]
|
#investigation_id ⇒ ::String
243 |
# File 'sig/client.rbs', line 243
def investigation_id: () -> ::String
|
#next_token ⇒ ::String
244 |
# File 'sig/client.rbs', line 244
def next_token: () -> ::String
|