Class: Aws::Types::TransitGatewayMulticastDomainAssociation

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)


18034
18035
18036
# File 'sig/types.rbs', line 18034

def resource_id
  @resource_id
end

#resource_owner_id::String

Returns the value of attribute resource_owner_id.

Returns:

  • (::String)


18036
18037
18038
# File 'sig/types.rbs', line 18036

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")


18035
18036
18037
# File 'sig/types.rbs', line 18035

def resource_type
  @resource_type
end

#subnetTypes::SubnetAssociation

Returns the value of attribute subnet.



18037
18038
18039
# File 'sig/types.rbs', line 18037

def subnet
  @subnet
end

#transit_gateway_attachment_id::String

Returns the value of attribute transit_gateway_attachment_id.

Returns:

  • (::String)


18033
18034
18035
# File 'sig/types.rbs', line 18033

def transit_gateway_attachment_id
  @transit_gateway_attachment_id
end