Class: Aws::Types::CreateIpamPrefixListResolverTargetRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateIpamPrefixListResolverTargetRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#desired_version ⇒ ::Integer
Returns the value of attribute desired_version.
-
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
-
#ipam_prefix_list_resolver_id ⇒ ::String
Returns the value of attribute ipam_prefix_list_resolver_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.
-
#tag_specifications ⇒ ::Array[Types::TagSpecification]
Returns the value of attribute tag_specifications.
-
#track_latest_version ⇒ Boolean
Returns the value of attribute track_latest_version.
Instance Attribute Details
#client_token ⇒ ::String
Returns the value of attribute client_token.
2725 2726 2727 |
# File 'sig/types.rbs', line 2725 def client_token @client_token end |
#desired_version ⇒ ::Integer
Returns the value of attribute desired_version.
2722 2723 2724 |
# File 'sig/types.rbs', line 2722 def desired_version @desired_version end |
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
2718 2719 2720 |
# File 'sig/types.rbs', line 2718 def dry_run @dry_run end |
#ipam_prefix_list_resolver_id ⇒ ::String
Returns the value of attribute ipam_prefix_list_resolver_id.
2719 2720 2721 |
# File 'sig/types.rbs', line 2719 def ipam_prefix_list_resolver_id @ipam_prefix_list_resolver_id end |
#prefix_list_id ⇒ ::String
Returns the value of attribute prefix_list_id.
2720 2721 2722 |
# File 'sig/types.rbs', line 2720 def prefix_list_id @prefix_list_id end |
#prefix_list_region ⇒ ::String
Returns the value of attribute prefix_list_region.
2721 2722 2723 |
# File 'sig/types.rbs', line 2721 def prefix_list_region @prefix_list_region end |
#tag_specifications ⇒ ::Array[Types::TagSpecification]
Returns the value of attribute tag_specifications.
2724 2725 2726 |
# File 'sig/types.rbs', line 2724 def tag_specifications @tag_specifications end |
#track_latest_version ⇒ Boolean
Returns the value of attribute track_latest_version.
2723 2724 2725 |
# File 'sig/types.rbs', line 2723 def track_latest_version @track_latest_version end |