paws.management (version 0.1.0)

autoscaling_describe_auto_scaling_instances: Describes one or more Auto Scaling instances

Description

Describes one or more Auto Scaling instances.

Usage

autoscaling_describe_auto_scaling_instances(InstanceIds, MaxRecords,
  NextToken)

Arguments

InstanceIds

The IDs of the instances. You can specify up to MaxRecords IDs. If you omit this parameter, all Auto Scaling instances are described. If you specify an ID that does not exist, it is ignored with no error.

MaxRecords

The maximum number of items to return with this call. The default value is 50 and the maximum value is 50.

NextToken

The token for the next set of items to return. (You received this token from a previous call.)

Request syntax

svc$describe_auto_scaling_instances(
  InstanceIds = list(
    "string"
  ),
  MaxRecords = 123,
  NextToken = "string"
)

Examples

Run this code
# NOT RUN {
# This example describes the specified Auto Scaling instance.
# }
# NOT RUN {
svc$describe_auto_scaling_instances(
  InstanceIds = list(
    "i-4ba0837f"
  )
)
# }
# NOT RUN {
# }

Run the code above in your browser using DataLab