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)


14317
14318
14319
# File 'sig/types.rbs', line 14317

def description
  @description
end

#dry_runBoolean

Returns the value of attribute dry_run.

Returns:

  • (Boolean)


14319
14320
14321
# File 'sig/types.rbs', line 14319

def dry_run
  @dry_run
end

#optionsTypes::ModifyTransitGatewayOptions

Returns the value of attribute options.



14318
14319
14320
# File 'sig/types.rbs', line 14318

def options
  @options
end

#transit_gateway_id::String

Returns the value of attribute transit_gateway_id.

Returns:

  • (::String)


14316
14317
14318
# File 'sig/types.rbs', line 14316

def transit_gateway_id
  @transit_gateway_id
end