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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-ec2/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:



48808
48809
48810
48811
48812
48813
48814
48815
48816
48817
48818
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 48808

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)


48808
48809
48810
48811
48812
48813
48814
48815
48816
48817
48818
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 48808

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)


48808
48809
48810
48811
48812
48813
48814
48815
48816
48817
48818
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 48808

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)


48808
48809
48810
48811
48812
48813
48814
48815
48816
48817
48818
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 48808

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)


48808
48809
48810
48811
48812
48813
48814
48815
48816
48817
48818
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 48808

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)


48808
48809
48810
48811
48812
48813
48814
48815
48816
48817
48818
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 48808

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:



48808
48809
48810
48811
48812
48813
48814
48815
48816
48817
48818
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 48808

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