Class: Aws::Types::CreateTransitGatewayMulticastDomainRequestOptions

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#auto_accept_shared_associations"enable", "disable"

Returns the value of attribute auto_accept_shared_associations.

Returns:

  • ("enable", "disable")


3383
3384
3385
# File 'sig/types.rbs', line 3383

def auto_accept_shared_associations
  @auto_accept_shared_associations
end

#igmpv_2_support"enable", "disable"

Returns the value of attribute igmpv_2_support.

Returns:

  • ("enable", "disable")


3381
3382
3383
# File 'sig/types.rbs', line 3381

def igmpv_2_support
  @igmpv_2_support
end

#static_sources_support"enable", "disable"

Returns the value of attribute static_sources_support.

Returns:

  • ("enable", "disable")


3382
3383
3384
# File 'sig/types.rbs', line 3382

def static_sources_support
  @static_sources_support
end