Class: Aws::Types::DisassociateTransitGatewayMulticastDomainRequest
- Inherits:
-
Object
- Object
- Aws::Types::DisassociateTransitGatewayMulticastDomainRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
-
#subnet_ids ⇒ ::Array[::String]
Returns the value of attribute subnet_ids.
-
#transit_gateway_attachment_id ⇒ ::String
Returns the value of attribute transit_gateway_attachment_id.
-
#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.
8472 8473 8474 |
# File 'sig/types.rbs', line 8472 def dry_run @dry_run end |
#subnet_ids ⇒ ::Array[::String]
Returns the value of attribute subnet_ids.
8471 8472 8473 |
# File 'sig/types.rbs', line 8471 def subnet_ids @subnet_ids end |
#transit_gateway_attachment_id ⇒ ::String
Returns the value of attribute transit_gateway_attachment_id.
8470 8471 8472 |
# File 'sig/types.rbs', line 8470 def @transit_gateway_attachment_id end |
#transit_gateway_multicast_domain_id ⇒ ::String
Returns the value of attribute transit_gateway_multicast_domain_id.
8469 8470 8471 |
# File 'sig/types.rbs', line 8469 def transit_gateway_multicast_domain_id @transit_gateway_multicast_domain_id end |