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)


14662
14663
14664
# File 'sig/types.rbs', line 14662

def description
  @description
end

#dry_runBoolean

Returns the value of attribute dry_run.

Returns:

  • (Boolean)


14664
14665
14666
# File 'sig/types.rbs', line 14664

def dry_run
  @dry_run
end

#optionsTypes::ModifyTransitGatewayOptions

Returns the value of attribute options.



14663
14664
14665
# File 'sig/types.rbs', line 14663

def options
  @options
end

#transit_gateway_id::String

Returns the value of attribute transit_gateway_id.

Returns:

  • (::String)


14661
14662
14663
# File 'sig/types.rbs', line 14661

def transit_gateway_id
  @transit_gateway_id
end