Class: Aws::Types::UpdateProjectResponse
- Inherits:
-
Object
- Object
- Aws::Types::UpdateProjectResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#last_modified_date ⇒ ::Time
Returns the value of attribute last_modified_date.
-
#name ⇒ ::String
Returns the value of attribute name.
Instance Attribute Details
#last_modified_date ⇒ ::Time
Returns the value of attribute last_modified_date.
1009 1010 1011 |
# File 'sig/types.rbs', line 1009 def last_modified_date @last_modified_date end |
#name ⇒ ::String
Returns the value of attribute name.
1010 1011 1012 |
# File 'sig/types.rbs', line 1010 def name @name end |