Class: Aws::Types::SearchTransitGatewayMulticastGroupsResult

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#multicast_groups::Array[Types::TransitGatewayMulticastGroup]

Returns the value of attribute multicast_groups.



16834
16835
16836
# File 'sig/types.rbs', line 16834

def multicast_groups
  @multicast_groups
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


16835
16836
16837
# File 'sig/types.rbs', line 16835

def next_token
  @next_token
end