Class: Aws::Types::ManagedPrefixList
- Inherits:
-
Object
- Object
- Aws::Types::ManagedPrefixList
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#address_family ⇒ ::String
Returns the value of attribute address_family.
-
#ipam_prefix_list_resolver_sync_enabled ⇒ Boolean
Returns the value of attribute ipam_prefix_list_resolver_sync_enabled.
-
#ipam_prefix_list_resolver_target_id ⇒ ::String
Returns the value of attribute ipam_prefix_list_resolver_target_id.
-
#max_entries ⇒ ::Integer
Returns the value of attribute max_entries.
-
#owner_id ⇒ ::String
Returns the value of attribute owner_id.
-
#prefix_list_arn ⇒ ::String
Returns the value of attribute prefix_list_arn.
-
#prefix_list_id ⇒ ::String
Returns the value of attribute prefix_list_id.
-
#prefix_list_name ⇒ ::String
Returns the value of attribute prefix_list_name.
-
#state ⇒ "create-in-progress", ...
Returns the value of attribute state.
-
#state_message ⇒ ::String
Returns the value of attribute state_message.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
-
#version ⇒ ::Integer
Returns the value of attribute version.
Instance Attribute Details
#address_family ⇒ ::String
Returns the value of attribute address_family.
13106 13107 13108 |
# File 'sig/types.rbs', line 13106 def address_family @address_family end |
#ipam_prefix_list_resolver_sync_enabled ⇒ Boolean
Returns the value of attribute ipam_prefix_list_resolver_sync_enabled.
13116 13117 13118 |
# File 'sig/types.rbs', line 13116 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.
13115 13116 13117 |
# File 'sig/types.rbs', line 13115 def ipam_prefix_list_resolver_target_id @ipam_prefix_list_resolver_target_id end |
#max_entries ⇒ ::Integer
Returns the value of attribute max_entries.
13111 13112 13113 |
# File 'sig/types.rbs', line 13111 def max_entries @max_entries end |
#owner_id ⇒ ::String
Returns the value of attribute owner_id.
13114 13115 13116 |
# File 'sig/types.rbs', line 13114 def owner_id @owner_id end |
#prefix_list_arn ⇒ ::String
Returns the value of attribute prefix_list_arn.
13109 13110 13111 |
# File 'sig/types.rbs', line 13109 def prefix_list_arn @prefix_list_arn end |
#prefix_list_id ⇒ ::String
Returns the value of attribute prefix_list_id.
13105 13106 13107 |
# File 'sig/types.rbs', line 13105 def prefix_list_id @prefix_list_id end |
#prefix_list_name ⇒ ::String
Returns the value of attribute prefix_list_name.
13110 13111 13112 |
# File 'sig/types.rbs', line 13110 def prefix_list_name @prefix_list_name end |
#state ⇒ "create-in-progress", ...
Returns the value of attribute state.
13107 13108 13109 |
# File 'sig/types.rbs', line 13107 def state @state end |
#state_message ⇒ ::String
Returns the value of attribute state_message.
13108 13109 13110 |
# File 'sig/types.rbs', line 13108 def @state_message end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
13113 13114 13115 |
# File 'sig/types.rbs', line 13113 def @tags end |
#version ⇒ ::Integer
Returns the value of attribute version.
13112 13113 13114 |
# File 'sig/types.rbs', line 13112 def version @version end |