Skip to content

Describe Tag Option

servicecatalog_describe_tag_option R Documentation

Gets information about the specified TagOption

Description

Gets information about the specified TagOption.

Usage

servicecatalog_describe_tag_option(Id)

Arguments

Id

[required] The TagOption identifier.

Value

A list with the following syntax:

list(
  TagOptionDetail = list(
    Key = "string",
    Value = "string",
    Active = TRUE|FALSE,
    Id = "string",
    Owner = "string"
  )
)

Request syntax

svc$describe_tag_option(
  Id = "string"
)