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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb

Overview

Describes the subnet association with the transit gateway multicast domain.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#stateString

The state of the subnet association.

Returns:

  • (String)


63248
63249
63250
63251
63252
63253
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 63248

class SubnetAssociation < Struct.new(
  :subnet_id,
  :state)
  SENSITIVE = []
  include Aws::Structure
end

#subnet_idString

The ID of the subnet.

Returns:

  • (String)


63248
63249
63250
63251
63252
63253
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 63248

class SubnetAssociation < Struct.new(
  :subnet_id,
  :state)
  SENSITIVE = []
  include Aws::Structure
end