Class: Aws::Types::ProjectSummary
- Inherits:
-
Object
- Object
- Aws::Types::ProjectSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#creation_date ⇒ ::Time
Returns the value of attribute creation_date.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#last_update_date ⇒ ::Time
Returns the value of attribute last_update_date.
-
#name ⇒ ::String
Returns the value of attribute name.
Instance Attribute Details
#creation_date ⇒ ::Time
Returns the value of attribute creation_date.
3188 3189 3190 |
# File 'sig/types.rbs', line 3188 def creation_date @creation_date end |
#description ⇒ ::String
Returns the value of attribute description.
3187 3188 3189 |
# File 'sig/types.rbs', line 3187 def description @description end |
#id ⇒ ::String
Returns the value of attribute id.
3185 3186 3187 |
# File 'sig/types.rbs', line 3185 def id @id end |
#last_update_date ⇒ ::Time
Returns the value of attribute last_update_date.
3189 3190 3191 |
# File 'sig/types.rbs', line 3189 def last_update_date @last_update_date end |
#name ⇒ ::String
Returns the value of attribute name.
3186 3187 3188 |
# File 'sig/types.rbs', line 3186 def name @name end |