Class: Aws::Types::ModifyManagedPrefixListRequest
- Inherits:
-
Object
- Object
- Aws::Types::ModifyManagedPrefixListRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#add_entries ⇒ ::Array[Types::AddPrefixListEntry]
Returns the value of attribute add_entries.
-
#current_version ⇒ ::Integer
Returns the value of attribute current_version.
-
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
-
#ipam_prefix_list_resolver_sync_enabled ⇒ Boolean
Returns the value of attribute ipam_prefix_list_resolver_sync_enabled.
-
#max_entries ⇒ ::Integer
Returns the value of attribute max_entries.
-
#prefix_list_id ⇒ ::String
Returns the value of attribute prefix_list_id.
-
#prefix_list_name ⇒ ::String
Returns the value of attribute prefix_list_name.
-
#remove_entries ⇒ ::Array[Types::RemovePrefixListEntry]
Returns the value of attribute remove_entries.
Instance Attribute Details
#add_entries ⇒ ::Array[Types::AddPrefixListEntry]
Returns the value of attribute add_entries.
13753 13754 13755 |
# File 'sig/types.rbs', line 13753 def add_entries @add_entries end |
#current_version ⇒ ::Integer
Returns the value of attribute current_version.
13751 13752 13753 |
# File 'sig/types.rbs', line 13751 def current_version @current_version end |
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
13749 13750 13751 |
# File 'sig/types.rbs', line 13749 def dry_run @dry_run end |
#ipam_prefix_list_resolver_sync_enabled ⇒ Boolean
Returns the value of attribute ipam_prefix_list_resolver_sync_enabled.
13756 13757 13758 |
# File 'sig/types.rbs', line 13756 def ipam_prefix_list_resolver_sync_enabled @ipam_prefix_list_resolver_sync_enabled end |
#max_entries ⇒ ::Integer
Returns the value of attribute max_entries.
13755 13756 13757 |
# File 'sig/types.rbs', line 13755 def max_entries @max_entries end |
#prefix_list_id ⇒ ::String
Returns the value of attribute prefix_list_id.
13750 13751 13752 |
# File 'sig/types.rbs', line 13750 def prefix_list_id @prefix_list_id end |
#prefix_list_name ⇒ ::String
Returns the value of attribute prefix_list_name.
13752 13753 13754 |
# File 'sig/types.rbs', line 13752 def prefix_list_name @prefix_list_name end |
#remove_entries ⇒ ::Array[Types::RemovePrefixListEntry]
Returns the value of attribute remove_entries.
13754 13755 13756 |
# File 'sig/types.rbs', line 13754 def remove_entries @remove_entries end |