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)


18684
18685
18686
# File 'sig/types.rbs', line 18684

def resource_id
  @resource_id
end

#resource_owner_id::String

Returns the value of attribute resource_owner_id.

Returns:

  • (::String)


18686
18687
18688
# File 'sig/types.rbs', line 18686

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


18685
18686
18687
# File 'sig/types.rbs', line 18685

def resource_type
  @resource_type
end

#subnetTypes::SubnetAssociation

Returns the value of attribute subnet.



18687
18688
18689
# File 'sig/types.rbs', line 18687

def subnet
  @subnet
end

#transit_gateway_attachment_id::String

Returns the value of attribute transit_gateway_attachment_id.

Returns:

  • (::String)


18683
18684
18685
# File 'sig/types.rbs', line 18683

def transit_gateway_attachment_id
  @transit_gateway_attachment_id
end