Class: Aws::Types::FarmSummary
- Inherits:
-
Object
- Object
- Aws::Types::FarmSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#created_at ⇒ ::Time
Returns the value of attribute created_at.
-
#created_by ⇒ ::String
Returns the value of attribute created_by.
-
#display_name ⇒ ::String
Returns the value of attribute display_name.
-
#farm_id ⇒ ::String
Returns the value of attribute farm_id.
-
#kms_key_arn ⇒ ::String
Returns the value of attribute kms_key_arn.
-
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
-
#updated_by ⇒ ::String
Returns the value of attribute updated_by.
Instance Attribute Details
#created_at ⇒ ::Time
Returns the value of attribute created_at.
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.
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.
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.
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.
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.
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.
1162 1163 1164 |
# File 'sig/types.rbs', line 1162 def updated_by @updated_by end |