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.
4856 4857 4858 |
# File 'sig/types.rbs', line 4856 def dry_run @dry_run end |
#transit_gateway_multicast_domain_id ⇒ ::String
Returns the value of attribute transit_gateway_multicast_domain_id.
4855 4856 4857 |
# File 'sig/types.rbs', line 4855 def transit_gateway_multicast_domain_id @transit_gateway_multicast_domain_id end |