Class: Aws::Types::LimitSummary
- Inherits:
-
Object
- Object
- Aws::Types::LimitSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#amount_requirement_name ⇒ ::String
Returns the value of attribute amount_requirement_name.
-
#created_at ⇒ ::Time
Returns the value of attribute created_at.
-
#created_by ⇒ ::String
Returns the value of attribute created_by.
-
#current_count ⇒ ::Integer
Returns the value of attribute current_count.
-
#display_name ⇒ ::String
Returns the value of attribute display_name.
-
#farm_id ⇒ ::String
Returns the value of attribute farm_id.
-
#limit_id ⇒ ::String
Returns the value of attribute limit_id.
-
#max_count ⇒ ::Integer
Returns the value of attribute max_count.
-
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
-
#updated_by ⇒ ::String
Returns the value of attribute updated_by.
Instance Attribute Details
#amount_requirement_name ⇒ ::String
Returns the value of attribute amount_requirement_name.
1950 1951 1952 |
# File 'sig/types.rbs', line 1950 def amount_requirement_name @amount_requirement_name end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
1945 1946 1947 |
# File 'sig/types.rbs', line 1945 def created_at @created_at end |
#created_by ⇒ ::String
Returns the value of attribute created_by.
1946 1947 1948 |
# File 'sig/types.rbs', line 1946 def created_by @created_by end |
#current_count ⇒ ::Integer
Returns the value of attribute current_count.
1944 1945 1946 |
# File 'sig/types.rbs', line 1944 def current_count @current_count end |
#display_name ⇒ ::String
Returns the value of attribute display_name.
1949 1950 1951 |
# File 'sig/types.rbs', line 1949 def display_name @display_name end |
#farm_id ⇒ ::String
Returns the value of attribute farm_id.
1942 1943 1944 |
# File 'sig/types.rbs', line 1942 def farm_id @farm_id end |
#limit_id ⇒ ::String
Returns the value of attribute limit_id.
1943 1944 1945 |
# File 'sig/types.rbs', line 1943 def limit_id @limit_id end |
#max_count ⇒ ::Integer
Returns the value of attribute max_count.
1951 1952 1953 |
# File 'sig/types.rbs', line 1951 def max_count @max_count end |
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
1947 1948 1949 |
# File 'sig/types.rbs', line 1947 def updated_at @updated_at end |
#updated_by ⇒ ::String
Returns the value of attribute updated_by.
1948 1949 1950 |
# File 'sig/types.rbs', line 1948 def updated_by @updated_by end |