Class: Aws::ApplicationCostProfiler::Types::S3Location

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

Overview

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#bucketString

Name of the S3 bucket.

Returns:

  • (String)


285
286
287
288
289
290
# File 'gems/aws-sdk-applicationcostprofiler/lib/aws-sdk-applicationcostprofiler/types.rb', line 285

class S3Location < Struct.new(
  :bucket,
  :prefix)
  SENSITIVE = []
  include Aws::Structure
end

#prefixString

Prefix for the location to write to.

Returns:

  • (String)


285
286
287
288
289
290
# File 'gems/aws-sdk-applicationcostprofiler/lib/aws-sdk-applicationcostprofiler/types.rb', line 285

class S3Location < Struct.new(
  :bucket,
  :prefix)
  SENSITIVE = []
  include Aws::Structure
end