Class: Aws::Types::GetTransitGatewayMulticastDomainAssociationsResult

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#multicast_domain_associations::Array[Types::TransitGatewayMulticastDomainAssociation]

Returns the value of attribute multicast_domain_associations.



10459
10460
10461
# File 'sig/types.rbs', line 10459

def multicast_domain_associations
  @multicast_domain_associations
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


10460
10461
10462
# File 'sig/types.rbs', line 10460

def next_token
  @next_token
end