describeSecurityHubV2 method
Returns details about the service resource in your account.
May throw InternalServerException.
May throw ResourceNotFoundException.
May throw ThrottlingException.
May throw ValidationException.
Implementation
Future<DescribeSecurityHubV2Response> describeSecurityHubV2() async {
final response = await _protocol.send(
payload: null,
method: 'GET',
requestUri: '/hubv2',
exceptionFnMap: _exceptionFns,
);
return DescribeSecurityHubV2Response.fromJson(response);
}