Class: Aws::Types::GetTransitGatewayMulticastDomainAssociationsResult
- Inherits:
-
Object
- Object
- Aws::Types::GetTransitGatewayMulticastDomainAssociationsResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#multicast_domain_associations ⇒ ::Array[Types::TransitGatewayMulticastDomainAssociation]
Returns the value of attribute multicast_domain_associations.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#multicast_domain_associations ⇒ ::Array[Types::TransitGatewayMulticastDomainAssociation]
Returns the value of attribute multicast_domain_associations.
10459 10460 10461 |
# File 'sig/types.rbs', line 10459 def multicast_domain_associations @multicast_domain_associations end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
10460 10461 10462 |
# File 'sig/types.rbs', line 10460 def next_token @next_token end |