You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::EC2::Types::TransitGatewayRouteTablePropagation

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Describes a route table propagation.

Instance Attribute Summary collapse

Instance Attribute Details

#resource_idString

The ID of the resource.

Returns:

  • (String)

    The ID of the resource.

#resource_typeString

The type of resource. Note that the tgw-peering resource type has been deprecated.

Possible values:

  • vpc
  • vpn
  • direct-connect-gateway
  • peering
  • tgw-peering

Returns:

  • (String)

    The type of resource.

#stateString

The state of the resource.

Possible values:

  • enabling
  • enabled
  • disabling
  • disabled

Returns:

  • (String)

    The state of the resource.

#transit_gateway_attachment_idString

The ID of the attachment.

Returns:

  • (String)

    The ID of the attachment.