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.
7697 7698 7699 |
# File 'sig/types.rbs', line 7697 def next_token @next_token end |
#transit_gateway_multicast_domains ⇒ ::Array[Types::TransitGatewayMulticastDomain]
Returns the value of attribute transit_gateway_multicast_domains.
7696 7697 7698 |
# File 'sig/types.rbs', line 7696 def transit_gateway_multicast_domains @transit_gateway_multicast_domains end |