Class: Aws::Types::PrefixListId
- Inherits:
-
Object
- Object
- Aws::Types::PrefixListId
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#description ⇒ ::String
Returns the value of attribute description.
-
#prefix_list_id ⇒ ::String
Returns the value of attribute prefix_list_id.
Instance Attribute Details
#description ⇒ ::String
Returns the value of attribute description.
15230 15231 15232 |
# File 'sig/types.rbs', line 15230 def description @description end |
#prefix_list_id ⇒ ::String
Returns the value of attribute prefix_list_id.
15231 15232 15233 |
# File 'sig/types.rbs', line 15231 def prefix_list_id @prefix_list_id end |