Class: Aws::Types::TransitGatewayMulticastDomainAssociations

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#resource_id::String

Returns the value of attribute resource_id.

Returns:

  • (::String)


18355
18356
18357
# File 'sig/types.rbs', line 18355

def resource_id
  @resource_id
end

#resource_owner_id::String

Returns the value of attribute resource_owner_id.

Returns:

  • (::String)


18357
18358
18359
# File 'sig/types.rbs', line 18357

def resource_owner_id
  @resource_owner_id
end

#resource_type"vpc", ...

Returns the value of attribute resource_type.

Returns:

  • ("vpc", "vpn", "vpn-concentrator", "direct-connect-gateway", "connect", "peering", "tgw-peering", "network-function", "client-vpn")


18356
18357
18358
# File 'sig/types.rbs', line 18356

def resource_type
  @resource_type
end

#subnets::Array[Types::SubnetAssociation]

Returns the value of attribute subnets.

Returns:



18358
18359
18360
# File 'sig/types.rbs', line 18358

def subnets
  @subnets
end

#transit_gateway_attachment_id::String

Returns the value of attribute transit_gateway_attachment_id.

Returns:

  • (::String)


18354
18355
18356
# File 'sig/types.rbs', line 18354

def transit_gateway_attachment_id
  @transit_gateway_attachment_id
end

#transit_gateway_multicast_domain_id::String

Returns the value of attribute transit_gateway_multicast_domain_id.

Returns:

  • (::String)


18353
18354
18355
# File 'sig/types.rbs', line 18353

def transit_gateway_multicast_domain_id
  @transit_gateway_multicast_domain_id
end