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.
12701 12702 12703 |
# File 'sig/types.rbs', line 12701 def address_family @address_family end |
#description ⇒ ::String
Returns the value of attribute description.
12700 12701 12702 |
# File 'sig/types.rbs', line 12700 def description @description end |
#ipam_arn ⇒ ::String
Returns the value of attribute ipam_arn.
12698 12699 12700 |
# File 'sig/types.rbs', line 12698 def ipam_arn @ipam_arn end |
#ipam_prefix_list_resolver_arn ⇒ ::String
Returns the value of attribute ipam_prefix_list_resolver_arn.
12697 12698 12699 |
# File 'sig/types.rbs', line 12697 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.
12696 12697 12698 |
# File 'sig/types.rbs', line 12696 def ipam_prefix_list_resolver_id @ipam_prefix_list_resolver_id end |
#ipam_region ⇒ ::String
Returns the value of attribute ipam_region.
12699 12700 12701 |
# File 'sig/types.rbs', line 12699 def ipam_region @ipam_region end |
#last_version_creation_status ⇒ "pending", ...
Returns the value of attribute last_version_creation_status.
12704 12705 12706 |
# File 'sig/types.rbs', line 12704 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.
12705 12706 12707 |
# File 'sig/types.rbs', line 12705 def @last_version_creation_status_message end |
#owner_id ⇒ ::String
Returns the value of attribute owner_id.
12695 12696 12697 |
# File 'sig/types.rbs', line 12695 def owner_id @owner_id end |
#state ⇒ "create-in-progress", ...
Returns the value of attribute state.
12702 12703 12704 |
# File 'sig/types.rbs', line 12702 def state @state end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
12703 12704 12705 |
# File 'sig/types.rbs', line 12703 def @tags end |