Class: Aws::Types::CreateUsageLimitRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#amount::Integer

Returns the value of attribute amount.

Returns:

  • (::Integer)


164
165
166
# File 'sig/types.rbs', line 164

def amount
  @amount
end

#breach_action"log", ...

Returns the value of attribute breach_action.

Returns:

  • ("log", "emit-metric", "deactivate")


165
166
167
# File 'sig/types.rbs', line 165

def breach_action
  @breach_action
end

#period"daily", ...

Returns the value of attribute period.

Returns:

  • ("daily", "weekly", "monthly")


166
167
168
# File 'sig/types.rbs', line 166

def period
  @period
end

#resource_arn::String

Returns the value of attribute resource_arn.

Returns:

  • (::String)


167
168
169
# File 'sig/types.rbs', line 167

def resource_arn
  @resource_arn
end

#usage_type"serverless-compute", "cross-region-datasharing"

Returns the value of attribute usage_type.

Returns:

  • ("serverless-compute", "cross-region-datasharing")


168
169
170
# File 'sig/types.rbs', line 168

def usage_type
  @usage_type
end