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.
12756 12757 12758 |
# File 'sig/types.rbs', line 12756 def desired_version @desired_version end |
#ipam_prefix_list_resolver_id ⇒ ::String
Returns the value of attribute ipam_prefix_list_resolver_id.
12752 12753 12754 |
# File 'sig/types.rbs', line 12752 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.
12751 12752 12753 |
# File 'sig/types.rbs', line 12751 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.
12750 12751 12752 |
# File 'sig/types.rbs', line 12750 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.
12757 12758 12759 |
# File 'sig/types.rbs', line 12757 def last_synced_version @last_synced_version end |
#owner_id ⇒ ::String
Returns the value of attribute owner_id.
12753 12754 12755 |
# File 'sig/types.rbs', line 12753 def owner_id @owner_id end |
#prefix_list_id ⇒ ::String
Returns the value of attribute prefix_list_id.
12754 12755 12756 |
# File 'sig/types.rbs', line 12754 def prefix_list_id @prefix_list_id end |
#prefix_list_region ⇒ ::String
Returns the value of attribute prefix_list_region.
12755 12756 12757 |
# File 'sig/types.rbs', line 12755 def prefix_list_region @prefix_list_region end |
#state ⇒ "create-in-progress", ...
Returns the value of attribute state.
12760 12761 12762 |
# File 'sig/types.rbs', line 12760 def state @state end |
#state_message ⇒ ::String
Returns the value of attribute state_message.
12759 12760 12761 |
# File 'sig/types.rbs', line 12759 def @state_message end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
12761 12762 12763 |
# File 'sig/types.rbs', line 12761 def @tags end |
#track_latest_version ⇒ Boolean
Returns the value of attribute track_latest_version.
12758 12759 12760 |
# File 'sig/types.rbs', line 12758 def track_latest_version @track_latest_version end |