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