Class: Aws::GlueDataBrew::Types::UpdateProjectRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-gluedatabrew/lib/aws-sdk-gluedatabrew/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#nameString

The name of the project to be updated.

Returns:

  • (String)


3925
3926
3927
3928
3929
3930
3931
# File 'gems/aws-sdk-gluedatabrew/lib/aws-sdk-gluedatabrew/types.rb', line 3925

class UpdateProjectRequest < Struct.new(
  :sample,
  :role_arn,
  :name)
  SENSITIVE = []
  include Aws::Structure
end

#role_arnString

The Amazon Resource Name (ARN) of the IAM role to be assumed for this request.

Returns:

  • (String)


3925
3926
3927
3928
3929
3930
3931
# File 'gems/aws-sdk-gluedatabrew/lib/aws-sdk-gluedatabrew/types.rb', line 3925

class UpdateProjectRequest < Struct.new(
  :sample,
  :role_arn,
  :name)
  SENSITIVE = []
  include Aws::Structure
end

#sampleTypes::Sample

Represents the sample size and sampling type for DataBrew to use for interactive data analysis.

Returns:



3925
3926
3927
3928
3929
3930
3931
# File 'gems/aws-sdk-gluedatabrew/lib/aws-sdk-gluedatabrew/types.rb', line 3925

class UpdateProjectRequest < Struct.new(
  :sample,
  :role_arn,
  :name)
  SENSITIVE = []
  include Aws::Structure
end