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)


18694
18695
18696
# File 'sig/types.rbs', line 18694

def resource_id
  @resource_id
end

#resource_owner_id::String

Returns the value of attribute resource_owner_id.

Returns:

  • (::String)


18696
18697
18698
# File 'sig/types.rbs', line 18696

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


18695
18696
18697
# File 'sig/types.rbs', line 18695

def resource_type
  @resource_type
end

#subnets::Array[Types::SubnetAssociation]

Returns the value of attribute subnets.

Returns:



18697
18698
18699
# File 'sig/types.rbs', line 18697

def subnets
  @subnets
end

#transit_gateway_attachment_id::String

Returns the value of attribute transit_gateway_attachment_id.

Returns:

  • (::String)


18693
18694
18695
# File 'sig/types.rbs', line 18693

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)


18692
18693
18694
# File 'sig/types.rbs', line 18692

def transit_gateway_multicast_domain_id
  @transit_gateway_multicast_domain_id
end