Class: Aws::ApplicationCostProfiler::Types::S3Location
- Inherits:
-
Struct
- Object
- Struct
- Aws::ApplicationCostProfiler::Types::S3Location
- Includes:
- Structure
- Defined in:
- 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
-
#bucket ⇒ String
Name of the S3 bucket.
-
#prefix ⇒ String
Prefix for the location to write to.
Instance Attribute Details
#bucket ⇒ String
Name of the S3 bucket.
285 286 287 288 289 290 |
# File 'lib/aws-sdk-applicationcostprofiler/types.rb', line 285 class S3Location < Struct.new( :bucket, :prefix) SENSITIVE = [] include Aws::Structure end |
#prefix ⇒ String
Prefix for the location to write to.
285 286 287 288 289 290 |
# File 'lib/aws-sdk-applicationcostprofiler/types.rb', line 285 class S3Location < Struct.new( :bucket, :prefix) SENSITIVE = [] include Aws::Structure end |