paws.analytics (version 0.1.0)

emr_list_instance_groups: Provides all available details about the instance groups in a cluster

Description

Provides all available details about the instance groups in a cluster.

Usage

emr_list_instance_groups(ClusterId, Marker)

Arguments

ClusterId

[required] The identifier of the cluster for which to list the instance groups.

Marker

The pagination token that indicates the next set of results to retrieve.

Request syntax

svc$list_instance_groups(
  ClusterId = "string",
  Marker = "string"
)