GetServicePlainArgs

data class GetServicePlainArgs(val serviceName: String) : ConvertibleToJava<GetServicePlainArgs>

A collection of arguments for invoking getService.

Constructors

Link copied to clipboard
constructor(serviceName: String)

Properties

Link copied to clipboard

Service name to lookup within Service Quotas. Available values can be found with the AWS CLI service-quotas list-services command.

Functions

Link copied to clipboard
open override fun toJava(): GetServicePlainArgs