Class: Aws::Types::PrefixList

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#cidrs::Array[::String]

Returns the value of attribute cidrs.

Returns:

  • (::Array[::String])


15847
15848
15849
# File 'sig/types.rbs', line 15847

def cidrs
  @cidrs
end

#prefix_list_id::String

Returns the value of attribute prefix_list_id.

Returns:

  • (::String)


15848
15849
15850
# File 'sig/types.rbs', line 15848

def prefix_list_id
  @prefix_list_id
end

#prefix_list_name::String

Returns the value of attribute prefix_list_name.

Returns:

  • (::String)


15849
15850
15851
# File 'sig/types.rbs', line 15849

def prefix_list_name
  @prefix_list_name
end