GetResourceGatewayResult

data class GetResourceGatewayResult(val arn: String? = null, val id: String? = null, val securityGroupIds: List<String>? = null, val tags: List<Tag>? = null)

Constructors

Link copied to clipboard
constructor(arn: String? = null, id: String? = null, securityGroupIds: List<String>? = null, tags: List<Tag>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val arn: String? = null

The Amazon Resource Name (ARN) of the resource gateway.

Link copied to clipboard
val id: String? = null

The ID of the resource gateway.

Link copied to clipboard

The ID of one or more security groups to associate with the endpoint network interface.

Link copied to clipboard
val tags: List<Tag>? = null

The tags for the resource gateway.