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)


13673
13674
13675
# File 'sig/types.rbs', line 13673

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)


13674
13675
13676
# File 'sig/types.rbs', line 13674

def destination_ipam_scope_id
  @destination_ipam_scope_id
end

#dry_runBoolean

Returns the value of attribute dry_run.

Returns:

  • (Boolean)


13669
13670
13671
# File 'sig/types.rbs', line 13669

def dry_run
  @dry_run
end

#monitoredBoolean

Returns the value of attribute monitored.

Returns:

  • (Boolean)


13675
13676
13677
# File 'sig/types.rbs', line 13675

def monitored
  @monitored
end

#resource_cidr::String

Returns the value of attribute resource_cidr.

Returns:

  • (::String)


13671
13672
13673
# File 'sig/types.rbs', line 13671

def resource_cidr
  @resource_cidr
end

#resource_id::String

Returns the value of attribute resource_id.

Returns:

  • (::String)


13670
13671
13672
# File 'sig/types.rbs', line 13670

def resource_id
  @resource_id
end

#resource_region::String

Returns the value of attribute resource_region.

Returns:

  • (::String)


13672
13673
13674
# File 'sig/types.rbs', line 13672

def resource_region
  @resource_region
end