Class: Aws::Types::GetFarmResponse

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)


1285
1286
1287
# File 'sig/types.rbs', line 1285

def cost_scale_factor
  @cost_scale_factor
end

#created_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


1280
1281
1282
# File 'sig/types.rbs', line 1280

def created_at
  @created_at
end

#created_by::String

Returns the value of attribute created_by.

Returns:

  • (::String)


1281
1282
1283
# File 'sig/types.rbs', line 1281

def created_by
  @created_by
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


1284
1285
1286
# File 'sig/types.rbs', line 1284

def description
  @description
end

#display_name::String

Returns the value of attribute display_name.

Returns:

  • (::String)


1278
1279
1280
# File 'sig/types.rbs', line 1278

def display_name
  @display_name
end

#farm_id::String

Returns the value of attribute farm_id.

Returns:

  • (::String)


1277
1278
1279
# File 'sig/types.rbs', line 1277

def farm_id
  @farm_id
end

#kms_key_arn::String

Returns the value of attribute kms_key_arn.

Returns:

  • (::String)


1279
1280
1281
# File 'sig/types.rbs', line 1279

def kms_key_arn
  @kms_key_arn
end

#updated_at::Time

Returns the value of attribute updated_at.

Returns:

  • (::Time)


1282
1283
1284
# File 'sig/types.rbs', line 1282

def updated_at
  @updated_at
end

#updated_by::String

Returns the value of attribute updated_by.

Returns:

  • (::String)


1283
1284
1285
# File 'sig/types.rbs', line 1283

def updated_by
  @updated_by
end