class Aws::KinesisAnalyticsV2::Types::S3ContentBaseLocationUpdate

The information required to update the S3 base location that holds the application.

@note When making an API call, you may pass S3ContentBaseLocationUpdate

data as a hash:

    {
      bucket_arn_update: "BucketARN", # required
      base_path_update: "BasePath",
    }

@!attribute [rw] bucket_arn_update

The updated Amazon Resource Name (ARN) of the S3 bucket.
@return [String]

@!attribute [rw] base_path_update

The updated S3 bucket path.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/kinesisanalyticsv2-2018-05-23/S3ContentBaseLocationUpdate AWS API Documentation

Constants

SENSITIVE