Class: Aws::Types::ExpectedRoute

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#allowed_targets::Array[::String]

Returns the value of attribute allowed_targets.

Returns:



309
310
311
# File 'sig/types.rbs', line 309

def allowed_targets
  @allowed_targets
end

#contributing_subnets::Array[::String]

Returns the value of attribute contributing_subnets.

Returns:



308
309
310
# File 'sig/types.rbs', line 308

def contributing_subnets
  @contributing_subnets
end

#ip_v4_cidr::String

Returns the value of attribute ip_v4_cidr.

Returns:



305
306
307
# File 'sig/types.rbs', line 305

def ip_v4_cidr
  @ip_v4_cidr
end

#ip_v6_cidr::String

Returns the value of attribute ip_v6_cidr.

Returns:



307
308
309
# File 'sig/types.rbs', line 307

def ip_v6_cidr
  @ip_v6_cidr
end

#prefix_list_id::String

Returns the value of attribute prefix_list_id.

Returns:



306
307
308
# File 'sig/types.rbs', line 306

def prefix_list_id
  @prefix_list_id
end

#route_table_id::String

Returns the value of attribute route_table_id.

Returns:



310
311
312
# File 'sig/types.rbs', line 310

def route_table_id
  @route_table_id
end