Class: Aws::Types::ModifyIpamPolicyAllocationRulesRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#allocation_rules::Array[Types::IpamPolicyAllocationRuleRequest]

Returns the value of attribute allocation_rules.



13886
13887
13888
# File 'sig/types.rbs', line 13886

def allocation_rules
  @allocation_rules
end

#dry_runBoolean

Returns the value of attribute dry_run.

Returns:

  • (Boolean)


13882
13883
13884
# File 'sig/types.rbs', line 13882

def dry_run
  @dry_run
end

#ipam_policy_id::String

Returns the value of attribute ipam_policy_id.

Returns:

  • (::String)


13883
13884
13885
# File 'sig/types.rbs', line 13883

def ipam_policy_id
  @ipam_policy_id
end

#locale::String

Returns the value of attribute locale.

Returns:

  • (::String)


13884
13885
13886
# File 'sig/types.rbs', line 13884

def locale
  @locale
end

#resource_type"alb", ...

Returns the value of attribute resource_type.

Returns:

  • ("alb", "eip", "rds", "rnat")


13885
13886
13887
# File 'sig/types.rbs', line 13885

def resource_type
  @resource_type
end