Class: Aws::Types::DeleteTransitGatewayMulticastDomainRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#dry_runBoolean

Returns the value of attribute dry_run.

Returns:

  • (Boolean)


4720
4721
4722
# File 'sig/types.rbs', line 4720

def dry_run
  @dry_run
end

#transit_gateway_multicast_domain_id::String

Returns the value of attribute transit_gateway_multicast_domain_id.

Returns:

  • (::String)


4719
4720
4721
# File 'sig/types.rbs', line 4719

def transit_gateway_multicast_domain_id
  @transit_gateway_multicast_domain_id
end