Class: Aws::Types::ModifyIpamResourceCidrRequest
- Inherits:
-
Object
- Object
- Aws::Types::ModifyIpamResourceCidrRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#current_ipam_scope_id ⇒ ::String
Returns the value of attribute current_ipam_scope_id.
-
#destination_ipam_scope_id ⇒ ::String
Returns the value of attribute destination_ipam_scope_id.
-
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
-
#monitored ⇒ Boolean
Returns the value of attribute monitored.
-
#resource_cidr ⇒ ::String
Returns the value of attribute resource_cidr.
-
#resource_id ⇒ ::String
Returns the value of attribute resource_id.
-
#resource_region ⇒ ::String
Returns the value of attribute resource_region.
Instance Attribute Details
#current_ipam_scope_id ⇒ ::String
Returns the value of attribute current_ipam_scope_id.
13970 13971 13972 |
# File 'sig/types.rbs', line 13970 def current_ipam_scope_id @current_ipam_scope_id end |
#destination_ipam_scope_id ⇒ ::String
Returns the value of attribute destination_ipam_scope_id.
13971 13972 13973 |
# File 'sig/types.rbs', line 13971 def destination_ipam_scope_id @destination_ipam_scope_id end |
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
13966 13967 13968 |
# File 'sig/types.rbs', line 13966 def dry_run @dry_run end |
#monitored ⇒ Boolean
Returns the value of attribute monitored.
13972 13973 13974 |
# File 'sig/types.rbs', line 13972 def monitored @monitored end |
#resource_cidr ⇒ ::String
Returns the value of attribute resource_cidr.
13968 13969 13970 |
# File 'sig/types.rbs', line 13968 def resource_cidr @resource_cidr end |
#resource_id ⇒ ::String
Returns the value of attribute resource_id.
13967 13968 13969 |
# File 'sig/types.rbs', line 13967 def resource_id @resource_id end |
#resource_region ⇒ ::String
Returns the value of attribute resource_region.
13969 13970 13971 |
# File 'sig/types.rbs', line 13969 def resource_region @resource_region end |