Class: Aws::Types::IpamPolicyDocument

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::IpamPolicyAllocationRule]

Returns the value of attribute allocation_rules.

Returns:



12354
12355
12356
# File 'sig/types.rbs', line 12354

def allocation_rules
  @allocation_rules
end

#ipam_policy_id::String

Returns the value of attribute ipam_policy_id.

Returns:

  • (::String)


12351
12352
12353
# File 'sig/types.rbs', line 12351

def ipam_policy_id
  @ipam_policy_id
end

#locale::String

Returns the value of attribute locale.

Returns:

  • (::String)


12352
12353
12354
# File 'sig/types.rbs', line 12352

def locale
  @locale
end

#resource_type"alb", ...

Returns the value of attribute resource_type.

Returns:

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


12353
12354
12355
# File 'sig/types.rbs', line 12353

def resource_type
  @resource_type
end