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
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.
1532 1533 1534 1535 1536 |
# File 'gems/aws-sdk-gluedatabrew/lib/aws-sdk-gluedatabrew/types.rb', line 1532 class DescribeProjectRequest < Struct.new( :name) SENSITIVE = [] include Aws::Structure end |