Class: Aws::Types::ModifyIpamResourceCidrRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#current_ipam_scope_id::String

Returns the value of attribute current_ipam_scope_id.

Returns:

  • (::String)


14291
14292
14293
# File 'sig/types.rbs', line 14291

def current_ipam_scope_id
  @current_ipam_scope_id
end

#destination_ipam_scope_id::String

Returns the value of attribute destination_ipam_scope_id.

Returns:

  • (::String)


14292
14293
14294
# File 'sig/types.rbs', line 14292

def destination_ipam_scope_id
  @destination_ipam_scope_id
end

#dry_runBoolean

Returns the value of attribute dry_run.

Returns:

  • (Boolean)


14287
14288
14289
# File 'sig/types.rbs', line 14287

def dry_run
  @dry_run
end

#monitoredBoolean

Returns the value of attribute monitored.

Returns:

  • (Boolean)


14293
14294
14295
# File 'sig/types.rbs', line 14293

def monitored
  @monitored
end

#resource_cidr::String

Returns the value of attribute resource_cidr.

Returns:

  • (::String)


14289
14290
14291
# File 'sig/types.rbs', line 14289

def resource_cidr
  @resource_cidr
end

#resource_id::String

Returns the value of attribute resource_id.

Returns:

  • (::String)


14288
14289
14290
# File 'sig/types.rbs', line 14288

def resource_id
  @resource_id
end

#resource_region::String

Returns the value of attribute resource_region.

Returns:

  • (::String)


14290
14291
14292
# File 'sig/types.rbs', line 14290

def resource_region
  @resource_region
end