Class: Aws::Types::AccountLimit

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#type"MAX_HEALTH_CHECKS_BY_OWNER", ...

Returns the value of attribute type.

Returns:

  • ("MAX_HEALTH_CHECKS_BY_OWNER", "MAX_HOSTED_ZONES_BY_OWNER", "MAX_TRAFFIC_POLICY_INSTANCES_BY_OWNER", "MAX_REUSABLE_DELEGATION_SETS_BY_OWNER", "MAX_TRAFFIC_POLICIES_BY_OWNER")


12
13
14
# File 'sig/types.rbs', line 12

def type
  @type
end

#value::Integer

Returns the value of attribute value.

Returns:

  • (::Integer)


13
14
15
# File 'sig/types.rbs', line 13

def value
  @value
end