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)


3112
3113
3114
# File 'sig/types.rbs', line 3112

def amount
  @amount
end

#breach_action"log", ...

Returns the value of attribute breach_action.

Returns:

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


3114
3115
3116
# File 'sig/types.rbs', line 3114

def breach_action
  @breach_action
end

#cluster_identifier::String

Returns the value of attribute cluster_identifier.

Returns:

  • (::String)


3109
3110
3111
# File 'sig/types.rbs', line 3109

def cluster_identifier
  @cluster_identifier
end

#feature_type"spectrum", ...

Returns the value of attribute feature_type.

Returns:

  • ("spectrum", "concurrency-scaling", "cross-region-datasharing", "extra-compute-for-automatic-optimization")


3110
3111
3112
# File 'sig/types.rbs', line 3110

def feature_type
  @feature_type
end

#limit_type"time", "data-scanned"

Returns the value of attribute limit_type.

Returns:

  • ("time", "data-scanned")


3111
3112
3113
# File 'sig/types.rbs', line 3111

def limit_type
  @limit_type
end

#period"daily", ...

Returns the value of attribute period.

Returns:

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


3113
3114
3115
# File 'sig/types.rbs', line 3113

def period
  @period
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



3115
3116
3117
# File 'sig/types.rbs', line 3115

def tags
  @tags
end

#usage_limit_id::String

Returns the value of attribute usage_limit_id.

Returns:

  • (::String)


3108
3109
3110
# File 'sig/types.rbs', line 3108

def usage_limit_id
  @usage_limit_id
end