Class: Aws::Types::CreateTransitGatewayRouteTableRequest

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)


3496
3497
3498
# File 'sig/types.rbs', line 3496

def dry_run
  @dry_run
end

#tag_specifications::Array[Types::TagSpecification]

Returns the value of attribute tag_specifications.

Returns:



3495
3496
3497
# File 'sig/types.rbs', line 3495

def tag_specifications
  @tag_specifications
end

#transit_gateway_id::String

Returns the value of attribute transit_gateway_id.

Returns:

  • (::String)


3494
3495
3496
# File 'sig/types.rbs', line 3494

def transit_gateway_id
  @transit_gateway_id
end