nimblestudio_list_studio_components: Lists the StudioComponents in a studio

View source: R/nimblestudio_operations.R

nimblestudio_list_studio_componentsR Documentation

Lists the StudioComponents in a studio

Description

Lists the StudioComponents in a studio.

See https://www.paws-r-sdk.com/docs/nimblestudio_list_studio_components/ for full documentation.

Usage

nimblestudio_list_studio_components(
  maxResults = NULL,
  nextToken = NULL,
  states = NULL,
  studioId,
  types = NULL
)

Arguments

maxResults

The max number of results to return in the response.

nextToken

The token for the next set of results, or null if there are no more results.

states

Filters the request to studio components that are in one of the given states.

studioId

[required] The studio ID.

types

Filters the request to studio components that are of one of the given types.


paws.end.user.computing documentation built on Sept. 12, 2023, 1:17 a.m.