Get Lens
wellarchitected_get_lens | R Documentation |
Get an existing lens¶
Description¶
Get an existing lens.
Usage¶
wellarchitected_get_lens(LensAlias, LensVersion)
Arguments¶
LensAlias |
[required] |
LensVersion |
The lens version to be retrieved. |
Value¶
A list with the following syntax:
list(
Lens = list(
LensArn = "string",
LensVersion = "string",
Name = "string",
Description = "string",
Owner = "string",
ShareInvitationId = "string",
Tags = list(
"string"
)
)
)
Request syntax¶
svc$get_lens(
LensAlias = "string",
LensVersion = "string"
)