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)


18715
18716
18717
# File 'sig/types.rbs', line 18715

def resource_id
  @resource_id
end

#resource_owner_id::String

Returns the value of attribute resource_owner_id.

Returns:

  • (::String)


18717
18718
18719
# File 'sig/types.rbs', line 18717

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


18716
18717
18718
# File 'sig/types.rbs', line 18716

def resource_type
  @resource_type
end

#subnets::Array[Types::SubnetAssociation]

Returns the value of attribute subnets.

Returns:



18718
18719
18720
# File 'sig/types.rbs', line 18718

def subnets
  @subnets
end

#transit_gateway_attachment_id::String

Returns the value of attribute transit_gateway_attachment_id.

Returns:

  • (::String)


18714
18715
18716
# File 'sig/types.rbs', line 18714

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)


18713
18714
18715
# File 'sig/types.rbs', line 18713

def transit_gateway_multicast_domain_id
  @transit_gateway_multicast_domain_id
end