Class: Aws::Types::ModifyTransitGatewayRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


14020
14021
14022
# File 'sig/types.rbs', line 14020

def description
  @description
end

#dry_runBoolean

Returns the value of attribute dry_run.

Returns:

  • (Boolean)


14022
14023
14024
# File 'sig/types.rbs', line 14022

def dry_run
  @dry_run
end

#optionsTypes::ModifyTransitGatewayOptions

Returns the value of attribute options.



14021
14022
14023
# File 'sig/types.rbs', line 14021

def options
  @options
end

#transit_gateway_id::String

Returns the value of attribute transit_gateway_id.

Returns:

  • (::String)


14019
14020
14021
# File 'sig/types.rbs', line 14019

def transit_gateway_id
  @transit_gateway_id
end