Class: Aws::Types::DisableVgwRoutePropagationRequest

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)


8299
8300
8301
# File 'sig/types.rbs', line 8299

def dry_run
  @dry_run
end

#gateway_id::String

Returns the value of attribute gateway_id.

Returns:

  • (::String)


8297
8298
8299
# File 'sig/types.rbs', line 8297

def gateway_id
  @gateway_id
end

#route_table_id::String

Returns the value of attribute route_table_id.

Returns:

  • (::String)


8298
8299
8300
# File 'sig/types.rbs', line 8298

def route_table_id
  @route_table_id
end