Class: Aws::Types::ModifyManagedPrefixListRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#add_entries::Array[Types::AddPrefixListEntry]

Returns the value of attribute add_entries.

Returns:



14050
14051
14052
# File 'sig/types.rbs', line 14050

def add_entries
  @add_entries
end

#current_version::Integer

Returns the value of attribute current_version.

Returns:

  • (::Integer)


14048
14049
14050
# File 'sig/types.rbs', line 14048

def current_version
  @current_version
end

#dry_runBoolean

Returns the value of attribute dry_run.

Returns:

  • (Boolean)


14046
14047
14048
# File 'sig/types.rbs', line 14046

def dry_run
  @dry_run
end

#ipam_prefix_list_resolver_sync_enabledBoolean

Returns the value of attribute ipam_prefix_list_resolver_sync_enabled.

Returns:

  • (Boolean)


14053
14054
14055
# File 'sig/types.rbs', line 14053

def ipam_prefix_list_resolver_sync_enabled
  @ipam_prefix_list_resolver_sync_enabled
end

#max_entries::Integer

Returns the value of attribute max_entries.

Returns:

  • (::Integer)


14052
14053
14054
# File 'sig/types.rbs', line 14052

def max_entries
  @max_entries
end

#prefix_list_id::String

Returns the value of attribute prefix_list_id.

Returns:

  • (::String)


14047
14048
14049
# File 'sig/types.rbs', line 14047

def prefix_list_id
  @prefix_list_id
end

#prefix_list_name::String

Returns the value of attribute prefix_list_name.

Returns:

  • (::String)


14049
14050
14051
# File 'sig/types.rbs', line 14049

def prefix_list_name
  @prefix_list_name
end

#remove_entries::Array[Types::RemovePrefixListEntry]

Returns the value of attribute remove_entries.

Returns:



14051
14052
14053
# File 'sig/types.rbs', line 14051

def remove_entries
  @remove_entries
end