Class: Aws::Types::TransitGatewayMulticastDomainOptions
- Inherits:
-
Object
- Object
- Aws::Types::TransitGatewayMulticastDomainOptions
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#auto_accept_shared_associations ⇒ "enable", "disable"
Returns the value of attribute auto_accept_shared_associations.
-
#igmpv_2_support ⇒ "enable", "disable"
Returns the value of attribute igmpv_2_support.
-
#static_sources_support ⇒ "enable", "disable"
Returns the value of attribute static_sources_support.
Instance Attribute Details
#auto_accept_shared_associations ⇒ "enable", "disable"
Returns the value of attribute auto_accept_shared_associations.
18054 18055 18056 |
# File 'sig/types.rbs', line 18054 def auto_accept_shared_associations @auto_accept_shared_associations end |
#igmpv_2_support ⇒ "enable", "disable"
Returns the value of attribute igmpv_2_support.
18052 18053 18054 |
# File 'sig/types.rbs', line 18052 def igmpv_2_support @igmpv_2_support end |
#static_sources_support ⇒ "enable", "disable"
Returns the value of attribute static_sources_support.
18053 18054 18055 |
# File 'sig/types.rbs', line 18053 def static_sources_support @static_sources_support end |