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

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 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 'gems/aws-sdk-applicationcostprofiler/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 'gems/aws-sdk-applicationcostprofiler/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.

Returns:

  • (String)


329
330
331
332
333
334
335
# File 'gems/aws-sdk-applicationcostprofiler/lib/aws-sdk-applicationcostprofiler/types.rb', line 329

class SourceS3Location < Struct.new(
  :bucket,
  :key,
  :region)
  SENSITIVE = []
  include Aws::Structure
end