Class: Aws::Types::UpdateLimitRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:description])

Instance Attribute Summary collapse

Instance Attribute Details

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


3216
3217
3218
# File 'sig/types.rbs', line 3216

def description
  @description
end

#display_name::String

Returns the value of attribute display_name.

Returns:

  • (::String)


3215
3216
3217
# File 'sig/types.rbs', line 3215

def display_name
  @display_name
end

#farm_id::String

Returns the value of attribute farm_id.

Returns:

  • (::String)


3213
3214
3215
# File 'sig/types.rbs', line 3213

def farm_id
  @farm_id
end

#limit_id::String

Returns the value of attribute limit_id.

Returns:

  • (::String)


3214
3215
3216
# File 'sig/types.rbs', line 3214

def limit_id
  @limit_id
end

#max_count::Integer

Returns the value of attribute max_count.

Returns:

  • (::Integer)


3217
3218
3219
# File 'sig/types.rbs', line 3217

def max_count
  @max_count
end