Class: Aws::Types::IpamPrefixListResolverTarget
- Inherits:
-
Object
- Object
- Aws::Types::IpamPrefixListResolverTarget
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#desired_version ⇒ ::Integer
Returns the value of attribute desired_version.
-
#ipam_prefix_list_resolver_id ⇒ ::String
Returns the value of attribute ipam_prefix_list_resolver_id.
-
#ipam_prefix_list_resolver_target_arn ⇒ ::String
Returns the value of attribute ipam_prefix_list_resolver_target_arn.
-
#ipam_prefix_list_resolver_target_id ⇒ ::String
Returns the value of attribute ipam_prefix_list_resolver_target_id.
-
#last_synced_version ⇒ ::Integer
Returns the value of attribute last_synced_version.
-
#owner_id ⇒ ::String
Returns the value of attribute owner_id.
-
#prefix_list_id ⇒ ::String
Returns the value of attribute prefix_list_id.
-
#prefix_list_region ⇒ ::String
Returns the value of attribute prefix_list_region.
-
#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.
-
#track_latest_version ⇒ Boolean
Returns the value of attribute track_latest_version.
Instance Attribute Details
#desired_version ⇒ ::Integer
Returns the value of attribute desired_version.
12496 12497 12498 |
# File 'sig/types.rbs', line 12496 def desired_version @desired_version end |
#ipam_prefix_list_resolver_id ⇒ ::String
Returns the value of attribute ipam_prefix_list_resolver_id.
12492 12493 12494 |
# File 'sig/types.rbs', line 12492 def ipam_prefix_list_resolver_id @ipam_prefix_list_resolver_id end |
#ipam_prefix_list_resolver_target_arn ⇒ ::String
Returns the value of attribute ipam_prefix_list_resolver_target_arn.
12491 12492 12493 |
# File 'sig/types.rbs', line 12491 def ipam_prefix_list_resolver_target_arn @ipam_prefix_list_resolver_target_arn end |
#ipam_prefix_list_resolver_target_id ⇒ ::String
Returns the value of attribute ipam_prefix_list_resolver_target_id.
12490 12491 12492 |
# File 'sig/types.rbs', line 12490 def ipam_prefix_list_resolver_target_id @ipam_prefix_list_resolver_target_id end |
#last_synced_version ⇒ ::Integer
Returns the value of attribute last_synced_version.
12497 12498 12499 |
# File 'sig/types.rbs', line 12497 def last_synced_version @last_synced_version end |
#owner_id ⇒ ::String
Returns the value of attribute owner_id.
12493 12494 12495 |
# File 'sig/types.rbs', line 12493 def owner_id @owner_id end |
#prefix_list_id ⇒ ::String
Returns the value of attribute prefix_list_id.
12494 12495 12496 |
# File 'sig/types.rbs', line 12494 def prefix_list_id @prefix_list_id end |
#prefix_list_region ⇒ ::String
Returns the value of attribute prefix_list_region.
12495 12496 12497 |
# File 'sig/types.rbs', line 12495 def prefix_list_region @prefix_list_region end |
#state ⇒ "create-in-progress", ...
Returns the value of attribute state.
12500 12501 12502 |
# File 'sig/types.rbs', line 12500 def state @state end |
#state_message ⇒ ::String
Returns the value of attribute state_message.
12499 12500 12501 |
# File 'sig/types.rbs', line 12499 def @state_message end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
12501 12502 12503 |
# File 'sig/types.rbs', line 12501 def @tags end |
#track_latest_version ⇒ Boolean
Returns the value of attribute track_latest_version.
12498 12499 12500 |
# File 'sig/types.rbs', line 12498 def track_latest_version @track_latest_version end |