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.
12441 12442 12443 |
# File 'sig/types.rbs', line 12441 def address_family @address_family end |
#description ⇒ ::String
Returns the value of attribute description.
12440 12441 12442 |
# File 'sig/types.rbs', line 12440 def description @description end |
#ipam_arn ⇒ ::String
Returns the value of attribute ipam_arn.
12438 12439 12440 |
# File 'sig/types.rbs', line 12438 def ipam_arn @ipam_arn end |
#ipam_prefix_list_resolver_arn ⇒ ::String
Returns the value of attribute ipam_prefix_list_resolver_arn.
12437 12438 12439 |
# File 'sig/types.rbs', line 12437 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.
12436 12437 12438 |
# File 'sig/types.rbs', line 12436 def ipam_prefix_list_resolver_id @ipam_prefix_list_resolver_id end |
#ipam_region ⇒ ::String
Returns the value of attribute ipam_region.
12439 12440 12441 |
# File 'sig/types.rbs', line 12439 def ipam_region @ipam_region end |
#last_version_creation_status ⇒ "pending", ...
Returns the value of attribute last_version_creation_status.
12444 12445 12446 |
# File 'sig/types.rbs', line 12444 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.
12445 12446 12447 |
# File 'sig/types.rbs', line 12445 def @last_version_creation_status_message end |
#owner_id ⇒ ::String
Returns the value of attribute owner_id.
12435 12436 12437 |
# File 'sig/types.rbs', line 12435 def owner_id @owner_id end |
#state ⇒ "create-in-progress", ...
Returns the value of attribute state.
12442 12443 12444 |
# File 'sig/types.rbs', line 12442 def state @state end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
12443 12444 12445 |
# File 'sig/types.rbs', line 12443 def @tags end |