Class: Aws::Types::CreateTransitGatewayRouteRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#blackholeBoolean

Returns the value of attribute blackhole.

Returns:

  • (Boolean)


3582
3583
3584
# File 'sig/types.rbs', line 3582

def blackhole
  @blackhole
end

#destination_cidr_block::String

Returns the value of attribute destination_cidr_block.

Returns:

  • (::String)


3579
3580
3581
# File 'sig/types.rbs', line 3579

def destination_cidr_block
  @destination_cidr_block
end

#dry_runBoolean

Returns the value of attribute dry_run.

Returns:

  • (Boolean)


3583
3584
3585
# File 'sig/types.rbs', line 3583

def dry_run
  @dry_run
end

#transit_gateway_attachment_id::String

Returns the value of attribute transit_gateway_attachment_id.

Returns:

  • (::String)


3581
3582
3583
# File 'sig/types.rbs', line 3581

def transit_gateway_attachment_id
  @transit_gateway_attachment_id
end

#transit_gateway_route_table_id::String

Returns the value of attribute transit_gateway_route_table_id.

Returns:

  • (::String)


3580
3581
3582
# File 'sig/types.rbs', line 3580

def transit_gateway_route_table_id
  @transit_gateway_route_table_id
end