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)


3092
3093
3094
# File 'sig/types.rbs', line 3092

def amount
  @amount
end

#breach_action"log", ...

Returns the value of attribute breach_action.

Returns:

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


3094
3095
3096
# File 'sig/types.rbs', line 3094

def breach_action
  @breach_action
end

#cluster_identifier::String

Returns the value of attribute cluster_identifier.

Returns:

  • (::String)


3089
3090
3091
# File 'sig/types.rbs', line 3089

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


3090
3091
3092
# File 'sig/types.rbs', line 3090

def feature_type
  @feature_type
end

#limit_type"time", "data-scanned"

Returns the value of attribute limit_type.

Returns:

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


3091
3092
3093
# File 'sig/types.rbs', line 3091

def limit_type
  @limit_type
end

#period"daily", ...

Returns the value of attribute period.

Returns:

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


3093
3094
3095
# File 'sig/types.rbs', line 3093

def period
  @period
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



3095
3096
3097
# File 'sig/types.rbs', line 3095

def tags
  @tags
end

#usage_limit_id::String

Returns the value of attribute usage_limit_id.

Returns:

  • (::String)


3088
3089
3090
# File 'sig/types.rbs', line 3088

def usage_limit_id
  @usage_limit_id
end