Class: Aws::Types::IpamPrefixListResolver
- Inherits:
-
Object
- Object
- Aws::Types::IpamPrefixListResolver
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#address_family ⇒ "ipv4", "ipv6"
Returns the value of attribute address_family.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#ipam_arn ⇒ ::String
Returns the value of attribute ipam_arn.
-
#ipam_prefix_list_resolver_arn ⇒ ::String
Returns the value of attribute ipam_prefix_list_resolver_arn.
-
#ipam_prefix_list_resolver_id ⇒ ::String
Returns the value of attribute ipam_prefix_list_resolver_id.
-
#ipam_region ⇒ ::String
Returns the value of attribute ipam_region.
-
#last_version_creation_status ⇒ "pending", ...
Returns the value of attribute last_version_creation_status.
-
#last_version_creation_status_message ⇒ ::String
Returns the value of attribute last_version_creation_status_message.
-
#owner_id ⇒ ::String
Returns the value of attribute owner_id.
-
#state ⇒ "create-in-progress", ...
Returns the value of attribute state.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
Instance Attribute Details
#address_family ⇒ "ipv4", "ipv6"
Returns the value of attribute address_family.
12170 12171 12172 |
# File 'sig/types.rbs', line 12170 def address_family @address_family end |
#description ⇒ ::String
Returns the value of attribute description.
12169 12170 12171 |
# File 'sig/types.rbs', line 12169 def description @description end |
#ipam_arn ⇒ ::String
Returns the value of attribute ipam_arn.
12167 12168 12169 |
# File 'sig/types.rbs', line 12167 def ipam_arn @ipam_arn end |
#ipam_prefix_list_resolver_arn ⇒ ::String
Returns the value of attribute ipam_prefix_list_resolver_arn.
12166 12167 12168 |
# File 'sig/types.rbs', line 12166 def ipam_prefix_list_resolver_arn @ipam_prefix_list_resolver_arn end |
#ipam_prefix_list_resolver_id ⇒ ::String
Returns the value of attribute ipam_prefix_list_resolver_id.
12165 12166 12167 |
# File 'sig/types.rbs', line 12165 def ipam_prefix_list_resolver_id @ipam_prefix_list_resolver_id end |
#ipam_region ⇒ ::String
Returns the value of attribute ipam_region.
12168 12169 12170 |
# File 'sig/types.rbs', line 12168 def ipam_region @ipam_region end |
#last_version_creation_status ⇒ "pending", ...
Returns the value of attribute last_version_creation_status.
12173 12174 12175 |
# File 'sig/types.rbs', line 12173 def last_version_creation_status @last_version_creation_status end |
#last_version_creation_status_message ⇒ ::String
Returns the value of attribute last_version_creation_status_message.
12174 12175 12176 |
# File 'sig/types.rbs', line 12174 def @last_version_creation_status_message end |
#owner_id ⇒ ::String
Returns the value of attribute owner_id.
12164 12165 12166 |
# File 'sig/types.rbs', line 12164 def owner_id @owner_id end |
#state ⇒ "create-in-progress", ...
Returns the value of attribute state.
12171 12172 12173 |
# File 'sig/types.rbs', line 12171 def state @state end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
12172 12173 12174 |
# File 'sig/types.rbs', line 12172 def @tags end |