Class: Aws::Types::AssociateTransitGatewayMulticastDomainRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#dry_runBoolean

Returns the value of attribute dry_run.

Returns:

  • (Boolean)


716
717
718
# File 'sig/types.rbs', line 716

def dry_run
  @dry_run
end

#subnet_ids::Array[::String]

Returns the value of attribute subnet_ids.

Returns:

  • (::Array[::String])


715
716
717
# File 'sig/types.rbs', line 715

def subnet_ids
  @subnet_ids
end

#transit_gateway_attachment_id::String

Returns the value of attribute transit_gateway_attachment_id.

Returns:

  • (::String)


714
715
716
# File 'sig/types.rbs', line 714

def transit_gateway_attachment_id
  @transit_gateway_attachment_id
end

#transit_gateway_multicast_domain_id::String

Returns the value of attribute transit_gateway_multicast_domain_id.

Returns:

  • (::String)


713
714
715
# File 'sig/types.rbs', line 713

def transit_gateway_multicast_domain_id
  @transit_gateway_multicast_domain_id
end