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

Class: Aws::EC2::Types::SubnetAssociation

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

Overview

Describes the subnet association with the transit gateway multicast domain.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#stateString

The state of the subnet association.

Possible values:

  • associating
  • associated
  • disassociating
  • disassociated

Returns:

  • (String)

    The state of the subnet association.

#subnet_idString

The ID of the subnet.

Returns:

  • (String)

    The ID of the subnet.