Class: Aws::Types::LimitSummary

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#amount_requirement_name::String

Returns the value of attribute amount_requirement_name.

Returns:

  • (::String)


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.

Returns:

  • (::Time)


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.

Returns:

  • (::String)


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.

Returns:

  • (::Integer)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::Integer)


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.

Returns:

  • (::Time)


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.

Returns:

  • (::String)


1948
1949
1950
# File 'sig/types.rbs', line 1948

def updated_by
  @updated_by
end