Class: Aws::EC2::Types::ModifyManagedPrefixListRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-ec2/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#add_entriesArray<Types::AddPrefixListEntry>

One or more entries to add to the prefix list.

Returns:



47995
47996
47997
47998
47999
48000
48001
48002
48003
48004
48005
# File 'lib/aws-sdk-ec2/types.rb', line 47995

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_versionInteger

The current version of the prefix list.

Returns:

  • (Integer)


47995
47996
47997
47998
47999
48000
48001
48002
48003
48004
48005
# File 'lib/aws-sdk-ec2/types.rb', line 47995

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_runBoolean

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`.

Returns:

  • (Boolean)


47995
47996
47997
47998
47999
48000
48001
48002
48003
48004
48005
# File 'lib/aws-sdk-ec2/types.rb', line 47995

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_entriesInteger

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.

Returns:

  • (Integer)


47995
47996
47997
47998
47999
48000
48001
48002
48003
48004
48005
# File 'lib/aws-sdk-ec2/types.rb', line 47995

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_idString

The ID of the prefix list.

Returns:

  • (String)


47995
47996
47997
47998
47999
48000
48001
48002
48003
48004
48005
# File 'lib/aws-sdk-ec2/types.rb', line 47995

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_nameString

A name for the prefix list.

Returns:

  • (String)


47995
47996
47997
47998
47999
48000
48001
48002
48003
48004
48005
# File 'lib/aws-sdk-ec2/types.rb', line 47995

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_entriesArray<Types::RemovePrefixListEntry>

One or more entries to remove from the prefix list.

Returns:



47995
47996
47997
47998
47999
48000
48001
48002
48003
48004
48005
# File 'lib/aws-sdk-ec2/types.rb', line 47995

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