Class: Aws::ApplicationCostProfiler::Types::SourceS3Location

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#bucketString

Name of the bucket.

Returns:

  • (String)


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

#keyString

Key of the object.

Returns:

  • (String)


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

#regionString

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

Returns:

  • (String)


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