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)


18044
18045
18046
# File 'sig/types.rbs', line 18044

def resource_id
  @resource_id
end

#resource_owner_id::String

Returns the value of attribute resource_owner_id.

Returns:

  • (::String)


18046
18047
18048
# File 'sig/types.rbs', line 18046

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


18045
18046
18047
# File 'sig/types.rbs', line 18045

def resource_type
  @resource_type
end

#subnets::Array[Types::SubnetAssociation]

Returns the value of attribute subnets.

Returns:



18047
18048
18049
# File 'sig/types.rbs', line 18047

def subnets
  @subnets
end

#transit_gateway_attachment_id::String

Returns the value of attribute transit_gateway_attachment_id.

Returns:

  • (::String)


18043
18044
18045
# File 'sig/types.rbs', line 18043

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)


18042
18043
18044
# File 'sig/types.rbs', line 18042

def transit_gateway_multicast_domain_id
  @transit_gateway_multicast_domain_id
end