Class: Aws::Types::UpdateFarmRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:description])

Instance Attribute Summary collapse

Instance Attribute Details

#cost_scale_factor::Float

Returns the value of attribute cost_scale_factor.

Returns:

  • (::Float)


3169
3170
3171
# File 'sig/types.rbs', line 3169

def cost_scale_factor
  @cost_scale_factor
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


3168
3169
3170
# File 'sig/types.rbs', line 3168

def description
  @description
end

#display_name::String

Returns the value of attribute display_name.

Returns:

  • (::String)


3167
3168
3169
# File 'sig/types.rbs', line 3167

def display_name
  @display_name
end

#farm_id::String

Returns the value of attribute farm_id.

Returns:

  • (::String)


3166
3167
3168
# File 'sig/types.rbs', line 3166

def farm_id
  @farm_id
end