Class: Aws::Types::BatchModifyIpamRoutingPolicyRegistrationsRequest
- Inherits:
-
Object
- Object
- Aws::Types::BatchModifyIpamRoutingPolicyRegistrationsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#delta_json ⇒ ::String
Returns the value of attribute delta_json.
-
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
-
#force ⇒ Boolean
Returns the value of attribute force.
-
#ipam_internet_registry_association_id ⇒ ::String
Returns the value of attribute ipam_internet_registry_association_id.
Instance Attribute Details
#client_token ⇒ ::String
Returns the value of attribute client_token.
1154 1155 1156 |
# File 'sig/types.rbs', line 1154 def client_token @client_token end |
#delta_json ⇒ ::String
Returns the value of attribute delta_json.
1152 1153 1154 |
# File 'sig/types.rbs', line 1152 def delta_json @delta_json end |
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
1150 1151 1152 |
# File 'sig/types.rbs', line 1150 def dry_run @dry_run end |
#force ⇒ Boolean
Returns the value of attribute force.
1153 1154 1155 |
# File 'sig/types.rbs', line 1153 def force @force end |
#ipam_internet_registry_association_id ⇒ ::String
Returns the value of attribute ipam_internet_registry_association_id.
1151 1152 1153 |
# File 'sig/types.rbs', line 1151 def ipam_internet_registry_association_id @ipam_internet_registry_association_id end |