Describe Discoverer
schemas_describe_discoverer | R Documentation |
Describes the discoverer¶
Description¶
Describes the discoverer.
Usage¶
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"
)
)