AwsEc2AccountAttributePropertiesResponse

data class AwsEc2AccountAttributePropertiesResponse(val attributeName: String? = null, val attributeValues: List<AccountAttributeValueResponse>? = null)

Definition of awsEc2AccountAttribute

Constructors

Link copied to clipboard
constructor(attributeName: String? = null, attributeValues: List<AccountAttributeValueResponse>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val attributeName: String? = null

The name of the account attribute.

Link copied to clipboard

The values for the account attribute.