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.
2581 2582 2583 |
# File 'sig/types.rbs', line 2581 def client_token @client_token end |
#desired_version ⇒ ::Integer
Returns the value of attribute desired_version.
2578 2579 2580 |
# File 'sig/types.rbs', line 2578 def desired_version @desired_version end |
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
2574 2575 2576 |
# File 'sig/types.rbs', line 2574 def dry_run @dry_run end |
#ipam_prefix_list_resolver_id ⇒ ::String
Returns the value of attribute ipam_prefix_list_resolver_id.
2575 2576 2577 |
# File 'sig/types.rbs', line 2575 def ipam_prefix_list_resolver_id @ipam_prefix_list_resolver_id end |
#prefix_list_id ⇒ ::String
Returns the value of attribute prefix_list_id.
2576 2577 2578 |
# File 'sig/types.rbs', line 2576 def prefix_list_id @prefix_list_id end |
#prefix_list_region ⇒ ::String
Returns the value of attribute prefix_list_region.
2577 2578 2579 |
# File 'sig/types.rbs', line 2577 def prefix_list_region @prefix_list_region end |
#tag_specifications ⇒ ::Array[Types::TagSpecification]
Returns the value of attribute tag_specifications.
2580 2581 2582 |
# File 'sig/types.rbs', line 2580 def tag_specifications @tag_specifications end |
#track_latest_version ⇒ Boolean
Returns the value of attribute track_latest_version.
2579 2580 2581 |
# File 'sig/types.rbs', line 2579 def track_latest_version @track_latest_version end |