class Aws::ApplicationCostProfiler::Types::S3Location

Represents the Amazon Simple Storage Service (Amazon S3) location where AWS Application Cost Profiler reports are generated and then written to.

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

data as a hash:

    {
      bucket: "S3Bucket", # required
      prefix: "S3Prefix", # required
    }

@!attribute [rw] bucket

Name of the S3 bucket.
@return [String]

@!attribute [rw] prefix

Prefix for the location to write to.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/AWSApplicationCostProfiler-2020-09-10/S3Location AWS API Documentation

Constants

SENSITIVE