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.
17131 17132 17133 |
# File 'sig/types.rbs', line 17131 def multicast_groups @multicast_groups end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
17132 17133 17134 |
# File 'sig/types.rbs', line 17132 def next_token @next_token end |