Class: Aws::Types::RejectTransitGatewayMulticastDomainAssociationsRequest
- Inherits:
-
Object
- Object
- Aws::Types::RejectTransitGatewayMulticastDomainAssociationsRequest
- 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.
15663 15664 15665 |
# File 'sig/types.rbs', line 15663 def dry_run @dry_run end |
#subnet_ids ⇒ ::Array[::String]
Returns the value of attribute subnet_ids.
15662 15663 15664 |
# File 'sig/types.rbs', line 15662 def subnet_ids @subnet_ids end |
#transit_gateway_attachment_id ⇒ ::String
Returns the value of attribute transit_gateway_attachment_id.
15661 15662 15663 |
# File 'sig/types.rbs', line 15661 def @transit_gateway_attachment_id end |
#transit_gateway_multicast_domain_id ⇒ ::String
Returns the value of attribute transit_gateway_multicast_domain_id.
15660 15661 15662 |
# File 'sig/types.rbs', line 15660 def transit_gateway_multicast_domain_id @transit_gateway_multicast_domain_id end |