DescribeLaunchTemplateVersionsRequest

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

Link copied to clipboard

One or more filters.

Link copied to clipboard

The ID of the launch template.

Link copied to clipboard

The name of the launch template.

Link copied to clipboard

The maximum number of results to return in a single call. To retrieve the remaining results, make another call with the returned NextToken value. This value can be between 1 and 200.

Link copied to clipboard

The version number up to which to describe launch template versions.

Link copied to clipboard

The version number after which to describe launch template versions.

Link copied to clipboard

The token to request the next page of results.

Link copied to clipboard

If true, and if a Systems Manager parameter is specified for ImageId, the AMI ID is displayed in the response for imageId.

Link copied to clipboard

One or more versions of the launch template. Valid values depend on whether you are describing a specified launch template (by ID or name) or all launch templates in your account.

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String