Class: Aws::Types::FarmSummary

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#created_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


1159
1160
1161
# File 'sig/types.rbs', line 1159

def created_at
  @created_at
end

#created_by::String

Returns the value of attribute created_by.

Returns:

  • (::String)


1160
1161
1162
# File 'sig/types.rbs', line 1160

def created_by
  @created_by
end

#display_name::String

Returns the value of attribute display_name.

Returns:

  • (::String)


1157
1158
1159
# File 'sig/types.rbs', line 1157

def display_name
  @display_name
end

#farm_id::String

Returns the value of attribute farm_id.

Returns:

  • (::String)


1156
1157
1158
# File 'sig/types.rbs', line 1156

def farm_id
  @farm_id
end

#kms_key_arn::String

Returns the value of attribute kms_key_arn.

Returns:

  • (::String)


1158
1159
1160
# File 'sig/types.rbs', line 1158

def kms_key_arn
  @kms_key_arn
end

#updated_at::Time

Returns the value of attribute updated_at.

Returns:

  • (::Time)


1161
1162
1163
# File 'sig/types.rbs', line 1161

def updated_at
  @updated_at
end

#updated_by::String

Returns the value of attribute updated_by.

Returns:

  • (::String)


1162
1163
1164
# File 'sig/types.rbs', line 1162

def updated_by
  @updated_by
end