Class: Aws::EC2::Types::ModifyManagedPrefixListRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::ModifyManagedPrefixListRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ec2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#add_entries ⇒ Array<Types::AddPrefixListEntry>
One or more entries to add to the prefix list.
-
#current_version ⇒ Integer
The current version of the prefix list.
-
#dry_run ⇒ Boolean
Checks whether you have the required permissions for the action, without actually making the request, and provides an error response.
-
#max_entries ⇒ Integer
The maximum number of entries for the prefix list.
-
#prefix_list_id ⇒ String
The ID of the prefix list.
-
#prefix_list_name ⇒ String
A name for the prefix list.
-
#remove_entries ⇒ Array<Types::RemovePrefixListEntry>
One or more entries to remove from the prefix list.
Instance Attribute Details
#add_entries ⇒ Array<Types::AddPrefixListEntry>
One or more entries to add to the prefix list.
52255 52256 52257 52258 52259 52260 52261 52262 52263 52264 52265 |
# File 'lib/aws-sdk-ec2/types.rb', line 52255 class ModifyManagedPrefixListRequest < Struct.new( :dry_run, :prefix_list_id, :current_version, :prefix_list_name, :add_entries, :remove_entries, :max_entries) SENSITIVE = [] include Aws::Structure end |
#current_version ⇒ Integer
The current version of the prefix list.
52255 52256 52257 52258 52259 52260 52261 52262 52263 52264 52265 |
# File 'lib/aws-sdk-ec2/types.rb', line 52255 class ModifyManagedPrefixListRequest < Struct.new( :dry_run, :prefix_list_id, :current_version, :prefix_list_name, :add_entries, :remove_entries, :max_entries) SENSITIVE = [] include Aws::Structure end |
#dry_run ⇒ Boolean
Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is ‘DryRunOperation`. Otherwise, it is `UnauthorizedOperation`.
52255 52256 52257 52258 52259 52260 52261 52262 52263 52264 52265 |
# File 'lib/aws-sdk-ec2/types.rb', line 52255 class ModifyManagedPrefixListRequest < Struct.new( :dry_run, :prefix_list_id, :current_version, :prefix_list_name, :add_entries, :remove_entries, :max_entries) SENSITIVE = [] include Aws::Structure end |
#max_entries ⇒ Integer
The maximum number of entries for the prefix list. You cannot modify the entries of a prefix list and modify the size of a prefix list at the same time.
If any of the resources that reference the prefix list cannot support the new maximum size, the modify operation fails. Check the state message for the IDs of the first ten resources that do not support the new maximum size.
52255 52256 52257 52258 52259 52260 52261 52262 52263 52264 52265 |
# File 'lib/aws-sdk-ec2/types.rb', line 52255 class ModifyManagedPrefixListRequest < Struct.new( :dry_run, :prefix_list_id, :current_version, :prefix_list_name, :add_entries, :remove_entries, :max_entries) SENSITIVE = [] include Aws::Structure end |
#prefix_list_id ⇒ String
The ID of the prefix list.
52255 52256 52257 52258 52259 52260 52261 52262 52263 52264 52265 |
# File 'lib/aws-sdk-ec2/types.rb', line 52255 class ModifyManagedPrefixListRequest < Struct.new( :dry_run, :prefix_list_id, :current_version, :prefix_list_name, :add_entries, :remove_entries, :max_entries) SENSITIVE = [] include Aws::Structure end |
#prefix_list_name ⇒ String
A name for the prefix list.
52255 52256 52257 52258 52259 52260 52261 52262 52263 52264 52265 |
# File 'lib/aws-sdk-ec2/types.rb', line 52255 class ModifyManagedPrefixListRequest < Struct.new( :dry_run, :prefix_list_id, :current_version, :prefix_list_name, :add_entries, :remove_entries, :max_entries) SENSITIVE = [] include Aws::Structure end |
#remove_entries ⇒ Array<Types::RemovePrefixListEntry>
One or more entries to remove from the prefix list.
52255 52256 52257 52258 52259 52260 52261 52262 52263 52264 52265 |
# File 'lib/aws-sdk-ec2/types.rb', line 52255 class ModifyManagedPrefixListRequest < Struct.new( :dry_run, :prefix_list_id, :current_version, :prefix_list_name, :add_entries, :remove_entries, :max_entries) SENSITIVE = [] include Aws::Structure end |