Class: Aws::Types::DescribePrefixListsResult

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


6943
6944
6945
# File 'sig/types.rbs', line 6943

def next_token
  @next_token
end

#prefix_lists::Array[Types::PrefixList]

Returns the value of attribute prefix_lists.

Returns:



6944
6945
6946
# File 'sig/types.rbs', line 6944

def prefix_lists
  @prefix_lists
end