Class: Aws::Types::UsageLimit

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)


1159
1160
1161
# File 'sig/types.rbs', line 1159

def amount
  @amount
end

#breach_action"log", ...

Returns the value of attribute breach_action.

Returns:

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


1160
1161
1162
# File 'sig/types.rbs', line 1160

def breach_action
  @breach_action
end

#period"daily", ...

Returns the value of attribute period.

Returns:

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


1161
1162
1163
# File 'sig/types.rbs', line 1161

def period
  @period
end

#resource_arn::String

Returns the value of attribute resource_arn.

Returns:

  • (::String)


1162
1163
1164
# File 'sig/types.rbs', line 1162

def resource_arn
  @resource_arn
end

#usage_limit_arn::String

Returns the value of attribute usage_limit_arn.

Returns:

  • (::String)


1163
1164
1165
# File 'sig/types.rbs', line 1163

def usage_limit_arn
  @usage_limit_arn
end

#usage_limit_id::String

Returns the value of attribute usage_limit_id.

Returns:

  • (::String)


1164
1165
1166
# File 'sig/types.rbs', line 1164

def usage_limit_id
  @usage_limit_id
end

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

Returns the value of attribute usage_type.

Returns:

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


1165
1166
1167
# File 'sig/types.rbs', line 1165

def usage_type
  @usage_type
end