Class: Aws::GlueDataBrew::Types::UpdateProjectRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::GlueDataBrew::Types::UpdateProjectRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-gluedatabrew/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#name ⇒ String
The name of the project to be updated.
-
#role_arn ⇒ String
The Amazon Resource Name (ARN) of the IAM role to be assumed for this request.
-
#sample ⇒ Types::Sample
Represents the sample size and sampling type for DataBrew to use for interactive data analysis.
Instance Attribute Details
#name ⇒ String
The name of the project to be updated.
3925 3926 3927 3928 3929 3930 3931 |
# File 'lib/aws-sdk-gluedatabrew/types.rb', line 3925 class UpdateProjectRequest < Struct.new( :sample, :role_arn, :name) SENSITIVE = [] include Aws::Structure end |
#role_arn ⇒ String
The Amazon Resource Name (ARN) of the IAM role to be assumed for this request.
3925 3926 3927 3928 3929 3930 3931 |
# File 'lib/aws-sdk-gluedatabrew/types.rb', line 3925 class UpdateProjectRequest < Struct.new( :sample, :role_arn, :name) SENSITIVE = [] include Aws::Structure end |
#sample ⇒ Types::Sample
Represents the sample size and sampling type for DataBrew to use for interactive data analysis.
3925 3926 3927 3928 3929 3930 3931 |
# File 'lib/aws-sdk-gluedatabrew/types.rb', line 3925 class UpdateProjectRequest < Struct.new( :sample, :role_arn, :name) SENSITIVE = [] include Aws::Structure end |