Class: Aws::Types::ManagedPrefixList

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#address_family::String

Returns the value of attribute address_family.

Returns:

  • (::String)


13377
13378
13379
# File 'sig/types.rbs', line 13377

def address_family
  @address_family
end

#ipam_prefix_list_resolver_sync_enabledBoolean

Returns the value of attribute ipam_prefix_list_resolver_sync_enabled.

Returns:

  • (Boolean)


13387
13388
13389
# File 'sig/types.rbs', line 13387

def ipam_prefix_list_resolver_sync_enabled
  @ipam_prefix_list_resolver_sync_enabled
end

#ipam_prefix_list_resolver_target_id::String

Returns the value of attribute ipam_prefix_list_resolver_target_id.

Returns:

  • (::String)


13386
13387
13388
# File 'sig/types.rbs', line 13386

def ipam_prefix_list_resolver_target_id
  @ipam_prefix_list_resolver_target_id
end

#max_entries::Integer

Returns the value of attribute max_entries.

Returns:

  • (::Integer)


13382
13383
13384
# File 'sig/types.rbs', line 13382

def max_entries
  @max_entries
end

#owner_id::String

Returns the value of attribute owner_id.

Returns:

  • (::String)


13385
13386
13387
# File 'sig/types.rbs', line 13385

def owner_id
  @owner_id
end

#prefix_list_arn::String

Returns the value of attribute prefix_list_arn.

Returns:

  • (::String)


13380
13381
13382
# File 'sig/types.rbs', line 13380

def prefix_list_arn
  @prefix_list_arn
end

#prefix_list_id::String

Returns the value of attribute prefix_list_id.

Returns:

  • (::String)


13376
13377
13378
# File 'sig/types.rbs', line 13376

def prefix_list_id
  @prefix_list_id
end

#prefix_list_name::String

Returns the value of attribute prefix_list_name.

Returns:

  • (::String)


13381
13382
13383
# File 'sig/types.rbs', line 13381

def prefix_list_name
  @prefix_list_name
end

#state"create-in-progress", ...

Returns the value of attribute state.

Returns:

  • ("create-in-progress", "create-complete", "create-failed", "modify-in-progress", "modify-complete", "modify-failed", "restore-in-progress", "restore-complete", "restore-failed", "delete-in-progress", "delete-complete", "delete-failed")


13378
13379
13380
# File 'sig/types.rbs', line 13378

def state
  @state
end

#state_message::String

Returns the value of attribute state_message.

Returns:

  • (::String)


13379
13380
13381
# File 'sig/types.rbs', line 13379

def state_message
  @state_message
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



13384
13385
13386
# File 'sig/types.rbs', line 13384

def tags
  @tags
end

#version::Integer

Returns the value of attribute version.

Returns:

  • (::Integer)


13383
13384
13385
# File 'sig/types.rbs', line 13383

def version
  @version
end