Class: Aws::Types::CreateUsageLimitMessage

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)


755
756
757
# File 'sig/types.rbs', line 755

def amount
  @amount
end

#breach_action"log", ...

Returns the value of attribute breach_action.

Returns:

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


757
758
759
# File 'sig/types.rbs', line 757

def breach_action
  @breach_action
end

#cluster_identifier::String

Returns the value of attribute cluster_identifier.

Returns:

  • (::String)


752
753
754
# File 'sig/types.rbs', line 752

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


753
754
755
# File 'sig/types.rbs', line 753

def feature_type
  @feature_type
end

#limit_type"time", "data-scanned"

Returns the value of attribute limit_type.

Returns:

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


754
755
756
# File 'sig/types.rbs', line 754

def limit_type
  @limit_type
end

#period"daily", ...

Returns the value of attribute period.

Returns:

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


756
757
758
# File 'sig/types.rbs', line 756

def period
  @period
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



758
759
760
# File 'sig/types.rbs', line 758

def tags
  @tags
end