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)


13698
13699
13700
# File 'sig/types.rbs', line 13698

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)


13708
13709
13710
# File 'sig/types.rbs', line 13708

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)


13707
13708
13709
# File 'sig/types.rbs', line 13707

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)


13703
13704
13705
# File 'sig/types.rbs', line 13703

def max_entries
  @max_entries
end

#owner_id::String

Returns the value of attribute owner_id.

Returns:

  • (::String)


13706
13707
13708
# File 'sig/types.rbs', line 13706

def owner_id
  @owner_id
end

#prefix_list_arn::String

Returns the value of attribute prefix_list_arn.

Returns:

  • (::String)


13701
13702
13703
# File 'sig/types.rbs', line 13701

def prefix_list_arn
  @prefix_list_arn
end

#prefix_list_id::String

Returns the value of attribute prefix_list_id.

Returns:

  • (::String)


13697
13698
13699
# File 'sig/types.rbs', line 13697

def prefix_list_id
  @prefix_list_id
end

#prefix_list_name::String

Returns the value of attribute prefix_list_name.

Returns:

  • (::String)


13702
13703
13704
# File 'sig/types.rbs', line 13702

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")


13699
13700
13701
# File 'sig/types.rbs', line 13699

def state
  @state
end

#state_message::String

Returns the value of attribute state_message.

Returns:

  • (::String)


13700
13701
13702
# File 'sig/types.rbs', line 13700

def state_message
  @state_message
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



13705
13706
13707
# File 'sig/types.rbs', line 13705

def tags
  @tags
end

#version::Integer

Returns the value of attribute version.

Returns:

  • (::Integer)


13704
13705
13706
# File 'sig/types.rbs', line 13704

def version
  @version
end