Class: Aws::Types::DescribeTransitGatewayMulticastDomainsResult
- Inherits:
-
Object
- Object
- Aws::Types::DescribeTransitGatewayMulticastDomainsResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#transit_gateway_multicast_domains ⇒ ::Array[Types::TransitGatewayMulticastDomain]
Returns the value of attribute transit_gateway_multicast_domains.
Instance Attribute Details
#next_token ⇒ ::String
Returns the value of attribute next_token.
7424 7425 7426 |
# File 'sig/types.rbs', line 7424 def next_token @next_token end |
#transit_gateway_multicast_domains ⇒ ::Array[Types::TransitGatewayMulticastDomain]
Returns the value of attribute transit_gateway_multicast_domains.
7423 7424 7425 |
# File 'sig/types.rbs', line 7423 def transit_gateway_multicast_domains @transit_gateway_multicast_domains end |