Class: Aws::GlueDataBrew::Types::DescribeProjectRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::GlueDataBrew::Types::DescribeProjectRequest
- Defined in:
- gems/aws-sdk-gluedatabrew/lib/aws-sdk-gluedatabrew/types.rb
Overview
Note:
When making an API call, you may pass DescribeProjectRequest data as a hash:
{
name: "ProjectName", # required
}
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#name ⇒ String
The name of the project to be described.
Instance Attribute Details
#name ⇒ String
The name of the project to be described.
2120 2121 2122 2123 2124 |
# File 'gems/aws-sdk-gluedatabrew/lib/aws-sdk-gluedatabrew/types.rb', line 2120 class DescribeProjectRequest < Struct.new( :name) SENSITIVE = [] include Aws::Structure end |