Class: Aws::Types::SearchTransitGatewayMulticastGroupsResult
- Inherits:
-
Object
- Object
- Aws::Types::SearchTransitGatewayMulticastGroupsResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#multicast_groups ⇒ ::Array[Types::TransitGatewayMulticastGroup]
Returns the value of attribute multicast_groups.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
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.
16835 16836 16837 |
# File 'sig/types.rbs', line 16835 def next_token @next_token end |