Class: Aws::Types::DescribeManagedPrefixListsResult
- Inherits:
-
Object
- Object
- Aws::Types::DescribeManagedPrefixListsResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#prefix_lists ⇒ ::Array[Types::ManagedPrefixList]
Returns the value of attribute prefix_lists.
Instance Attribute Details
#next_token ⇒ ::String
Returns the value of attribute next_token.
6742 6743 6744 |
# File 'sig/types.rbs', line 6742 def next_token @next_token end |
#prefix_lists ⇒ ::Array[Types::ManagedPrefixList]
Returns the value of attribute prefix_lists.
6743 6744 6745 |
# File 'sig/types.rbs', line 6743 def prefix_lists @prefix_lists end |