Class: Aws::ApplicationCostProfiler::Types::SourceS3Location
- Inherits:
-
Struct
- Object
- Struct
- Aws::ApplicationCostProfiler::Types::SourceS3Location
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-applicationcostprofiler/types.rb
Overview
Represents the Amazon Simple Storage Service (Amazon S3) location where usage data is read from.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#bucket ⇒ String
Name of the bucket.
-
#key ⇒ String
Key of the object.
-
#region ⇒ String
Region of the bucket.
Instance Attribute Details
#bucket ⇒ String
Name of the bucket.
329 330 331 332 333 334 335 |
# File 'lib/aws-sdk-applicationcostprofiler/types.rb', line 329 class SourceS3Location < Struct.new( :bucket, :key, :region) SENSITIVE = [] include Aws::Structure end |
#key ⇒ String
Key of the object.
329 330 331 332 333 334 335 |
# File 'lib/aws-sdk-applicationcostprofiler/types.rb', line 329 class SourceS3Location < Struct.new( :bucket, :key, :region) SENSITIVE = [] include Aws::Structure end |
#region ⇒ String
Region of the bucket. Only required for Regions that are disabled by default. For more infomration about Regions that are disabled by default, see [ Enabling a Region] in the *AWS General Reference guide*.
[1]: docs.aws.amazon.com/general/latest/gr/rande-manage.html#rande-manage-enable
329 330 331 332 333 334 335 |
# File 'lib/aws-sdk-applicationcostprofiler/types.rb', line 329 class SourceS3Location < Struct.new( :bucket, :key, :region) SENSITIVE = [] include Aws::Structure end |