Skip to content

Describe Persistent App Ui

emr_describe_persistent_app_ui R Documentation

Describes a persistent application user interface

Description

Describes a persistent application user interface.

Usage

emr_describe_persistent_app_ui(PersistentAppUIId)

Arguments

PersistentAppUIId

[required] The identifier for the persistent application user interface.

Value

A list with the following syntax:

list(
  PersistentAppUI = list(
    PersistentAppUIId = "string",
    PersistentAppUITypeList = list(
      "SHS"|"TEZ"|"YTS"
    ),
    PersistentAppUIStatus = "string",
    AuthorId = "string",
    CreationTime = as.POSIXct(
      "2015-01-01"
    ),
    LastModifiedTime = as.POSIXct(
      "2015-01-01"
    ),
    LastStateChangeReason = "string",
    Tags = list(
      list(
        Key = "string",
        Value = "string"
      )
    )
  )
)

Request syntax

svc$describe_persistent_app_ui(
  PersistentAppUIId = "string"
)