Class: Aws::Types::DeleteTransitGatewayMulticastDomainRequest
- Inherits:
-
Object
- Object
- Aws::Types::DeleteTransitGatewayMulticastDomainRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
-
#transit_gateway_multicast_domain_id ⇒ ::String
Returns the value of attribute transit_gateway_multicast_domain_id.
Instance Attribute Details
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
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.
4719 4720 4721 |
# File 'sig/types.rbs', line 4719 def transit_gateway_multicast_domain_id @transit_gateway_multicast_domain_id end |