Class: Aws::Types::GetLimitResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:description])

Instance Attribute Summary collapse

Instance Attribute Details

#amount_requirement_name::String

Returns the value of attribute amount_requirement_name.

Returns:

  • (::String)


1403
1404
1405
# File 'sig/types.rbs', line 1403

def amount_requirement_name
  @amount_requirement_name
end

#created_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


1398
1399
1400
# File 'sig/types.rbs', line 1398

def created_at
  @created_at
end

#created_by::String

Returns the value of attribute created_by.

Returns:

  • (::String)


1399
1400
1401
# File 'sig/types.rbs', line 1399

def created_by
  @created_by
end

#current_count::Integer

Returns the value of attribute current_count.

Returns:

  • (::Integer)


1397
1398
1399
# File 'sig/types.rbs', line 1397

def current_count
  @current_count
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


1405
1406
1407
# File 'sig/types.rbs', line 1405

def description
  @description
end

#display_name::String

Returns the value of attribute display_name.

Returns:

  • (::String)


1402
1403
1404
# File 'sig/types.rbs', line 1402

def display_name
  @display_name
end

#farm_id::String

Returns the value of attribute farm_id.

Returns:

  • (::String)


1395
1396
1397
# File 'sig/types.rbs', line 1395

def farm_id
  @farm_id
end

#limit_id::String

Returns the value of attribute limit_id.

Returns:

  • (::String)


1396
1397
1398
# File 'sig/types.rbs', line 1396

def limit_id
  @limit_id
end

#max_count::Integer

Returns the value of attribute max_count.

Returns:

  • (::Integer)


1404
1405
1406
# File 'sig/types.rbs', line 1404

def max_count
  @max_count
end

#updated_at::Time

Returns the value of attribute updated_at.

Returns:

  • (::Time)


1400
1401
1402
# File 'sig/types.rbs', line 1400

def updated_at
  @updated_at
end

#updated_by::String

Returns the value of attribute updated_by.

Returns:

  • (::String)


1401
1402
1403
# File 'sig/types.rbs', line 1401

def updated_by
  @updated_by
end