Describe Discoverer
schemas_describe_discoverer | R Documentation |
Describes the discoverer¶
Description¶
Describes the discoverer.
Usage¶
schemas_describe_discoverer(DiscovererId)
Arguments¶
DiscovererId |
[required] The ID of the discoverer. |
Value¶
A list with the following syntax:
list(
Description = "string",
DiscovererArn = "string",
DiscovererId = "string",
SourceArn = "string",
State = "STARTED"|"STOPPED",
CrossAccount = TRUE|FALSE,
Tags = list(
"string"
)
)
Request syntax¶
svc$describe_discoverer(
DiscovererId = "string"
)