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)


1174
1175
1176
# File 'sig/types.rbs', line 1174

def amount
  @amount
end

#breach_action"log", ...

Returns the value of attribute breach_action.

Returns:

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


1175
1176
1177
# File 'sig/types.rbs', line 1175

def breach_action
  @breach_action
end

#period"daily", ...

Returns the value of attribute period.

Returns:

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


1176
1177
1178
# File 'sig/types.rbs', line 1176

def period
  @period
end

#resource_arn::String

Returns the value of attribute resource_arn.

Returns:

  • (::String)


1177
1178
1179
# File 'sig/types.rbs', line 1177

def resource_arn
  @resource_arn
end

#usage_limit_arn::String

Returns the value of attribute usage_limit_arn.

Returns:

  • (::String)


1178
1179
1180
# File 'sig/types.rbs', line 1178

def usage_limit_arn
  @usage_limit_arn
end

#usage_limit_id::String

Returns the value of attribute usage_limit_id.

Returns:

  • (::String)


1179
1180
1181
# File 'sig/types.rbs', line 1179

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")


1180
1181
1182
# File 'sig/types.rbs', line 1180

def usage_type
  @usage_type
end