You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

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

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing UpdateProjectRequest as input to an Aws::Client method, you can use a vanilla Hash:

{
  sample: {
    size: 1,
    type: "FIRST_N", # required, accepts FIRST_N, LAST_N, RANDOM
  },
  role_arn: "Arn", # required
  name: "ProjectName", # required
}

Instance Attribute Summary collapse

Instance Attribute Details

#nameString

The name of the project to be updated.

Returns:

  • (String)

    The name of the project to be updated.

#role_arnString

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

Returns:

  • (String)

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

#sampleTypes::Sample

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

Returns:

  • (Types::Sample)

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

    .