Class: Aws::Types::PrefixList
- Inherits:
-
Object
- Object
- Aws::Types::PrefixList
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#cidrs ⇒ ::Array[::String]
Returns the value of attribute cidrs.
-
#prefix_list_id ⇒ ::String
Returns the value of attribute prefix_list_id.
-
#prefix_list_name ⇒ ::String
Returns the value of attribute prefix_list_name.
Instance Attribute Details
#cidrs ⇒ ::Array[::String]
Returns the value of attribute cidrs.
15211 15212 15213 |
# File 'sig/types.rbs', line 15211 def cidrs @cidrs end |
#prefix_list_id ⇒ ::String
Returns the value of attribute prefix_list_id.
15212 15213 15214 |
# File 'sig/types.rbs', line 15212 def prefix_list_id @prefix_list_id end |
#prefix_list_name ⇒ ::String
Returns the value of attribute prefix_list_name.
15213 15214 15215 |
# File 'sig/types.rbs', line 15213 def prefix_list_name @prefix_list_name end |