Class: Aws::GlueDataBrew::Types::UpdateProjectResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::GlueDataBrew::Types::UpdateProjectResponse
- Defined in:
- gems/aws-sdk-gluedatabrew/lib/aws-sdk-gluedatabrew/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#last_modified_date ⇒ Time
The date and time that the project was last modified.
-
#name ⇒ String
The name of the project that you updated.
Instance Attribute Details
#last_modified_date ⇒ Time
The date and time that the project was last modified.
3530 3531 3532 3533 3534 3535 |
# File 'gems/aws-sdk-gluedatabrew/lib/aws-sdk-gluedatabrew/types.rb', line 3530 class UpdateProjectResponse < Struct.new( :last_modified_date, :name) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the project that you updated.
3530 3531 3532 3533 3534 3535 |
# File 'gems/aws-sdk-gluedatabrew/lib/aws-sdk-gluedatabrew/types.rb', line 3530 class UpdateProjectResponse < Struct.new( :last_modified_date, :name) SENSITIVE = [] include Aws::Structure end |