Class: Aws::Types::DeleteTransitGatewayConnectPeerRequest

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)


4886
4887
4888
# File 'sig/types.rbs', line 4886

def dry_run
  @dry_run
end

#transit_gateway_connect_peer_id::String

Returns the value of attribute transit_gateway_connect_peer_id.

Returns:

  • (::String)


4885
4886
4887
# File 'sig/types.rbs', line 4885

def transit_gateway_connect_peer_id
  @transit_gateway_connect_peer_id
end