Class: Aws::Types::ModifyTransitGatewayPrefixListReferenceRequest

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)


14305
14306
14307
# File 'sig/types.rbs', line 14305

def blackhole
  @blackhole
end

#dry_runBoolean

Returns the value of attribute dry_run.

Returns:

  • (Boolean)


14306
14307
14308
# File 'sig/types.rbs', line 14306

def dry_run
  @dry_run
end

#prefix_list_id::String

Returns the value of attribute prefix_list_id.

Returns:

  • (::String)


14303
14304
14305
# File 'sig/types.rbs', line 14303

def prefix_list_id
  @prefix_list_id
end

#transit_gateway_attachment_id::String

Returns the value of attribute transit_gateway_attachment_id.

Returns:

  • (::String)


14304
14305
14306
# File 'sig/types.rbs', line 14304

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)


14302
14303
14304
# File 'sig/types.rbs', line 14302

def transit_gateway_route_table_id
  @transit_gateway_route_table_id
end