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.
12225 12226 12227 |
# File 'sig/types.rbs', line 12225 def desired_version @desired_version end |
#ipam_prefix_list_resolver_id ⇒ ::String
Returns the value of attribute ipam_prefix_list_resolver_id.
12221 12222 12223 |
# File 'sig/types.rbs', line 12221 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.
12220 12221 12222 |
# File 'sig/types.rbs', line 12220 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.
12219 12220 12221 |
# File 'sig/types.rbs', line 12219 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.
12226 12227 12228 |
# File 'sig/types.rbs', line 12226 def last_synced_version @last_synced_version end |
#owner_id ⇒ ::String
Returns the value of attribute owner_id.
12222 12223 12224 |
# File 'sig/types.rbs', line 12222 def owner_id @owner_id end |
#prefix_list_id ⇒ ::String
Returns the value of attribute prefix_list_id.
12223 12224 12225 |
# File 'sig/types.rbs', line 12223 def prefix_list_id @prefix_list_id end |
#prefix_list_region ⇒ ::String
Returns the value of attribute prefix_list_region.
12224 12225 12226 |
# File 'sig/types.rbs', line 12224 def prefix_list_region @prefix_list_region end |
#state ⇒ "create-in-progress", ...
Returns the value of attribute state.
12229 12230 12231 |
# File 'sig/types.rbs', line 12229 def state @state end |
#state_message ⇒ ::String
Returns the value of attribute state_message.
12228 12229 12230 |
# File 'sig/types.rbs', line 12228 def @state_message end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
12230 12231 12232 |
# File 'sig/types.rbs', line 12230 def @tags end |
#track_latest_version ⇒ Boolean
Returns the value of attribute track_latest_version.
12227 12228 12229 |
# File 'sig/types.rbs', line 12227 def track_latest_version @track_latest_version end |