Get Attachment Result
data class GetAttachmentResult(val arn: String, val associationState: String, val associationTransitGatewayRouteTableId: String, val filters: List<GetAttachmentFilter>? = null, val id: String, val resourceId: String, val resourceOwnerId: String, val resourceType: String, val state: String, val tags: Map<String, String>, val transitGatewayAttachmentId: String, val transitGatewayId: String, val transitGatewayOwnerId: String)
A collection of values returned by getAttachment.
Constructors
Link copied to clipboard
fun GetAttachmentResult(arn: String, associationState: String, associationTransitGatewayRouteTableId: String, filters: List<GetAttachmentFilter>? = null, id: String, resourceId: String, resourceOwnerId: String, resourceType: String, state: String, tags: Map<String, String>, transitGatewayAttachmentId: String, transitGatewayId: String, transitGatewayOwnerId: String)
Types
Properties
Link copied to clipboard
The state of the association (see the underlying AWS API for valid values).
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard