Class: Aws::Types::AcceptTransitGatewayMulticastDomainAssociationsRequest
- Inherits:
-
Object
- Object
- Aws::Types::AcceptTransitGatewayMulticastDomainAssociationsRequest
- 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.
85 86 87 |
# File 'sig/types.rbs', line 85 def dry_run @dry_run end |
#subnet_ids ⇒ ::Array[::String]
Returns the value of attribute subnet_ids.
84 85 86 |
# File 'sig/types.rbs', line 84 def subnet_ids @subnet_ids end |
#transit_gateway_attachment_id ⇒ ::String
Returns the value of attribute transit_gateway_attachment_id.
83 84 85 |
# File 'sig/types.rbs', line 83 def @transit_gateway_attachment_id end |
#transit_gateway_multicast_domain_id ⇒ ::String
Returns the value of attribute transit_gateway_multicast_domain_id.
82 83 84 |
# File 'sig/types.rbs', line 82 def transit_gateway_multicast_domain_id @transit_gateway_multicast_domain_id end |