Class: Aws::ApplicationCostProfiler::Types::ImportApplicationUsageRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#source_s3_locationTypes::SourceS3Location

Amazon S3 location to import application usage data from.



112
113
114
115
116
# File 'gems/aws-sdk-applicationcostprofiler/lib/aws-sdk-applicationcostprofiler/types.rb', line 112

class ImportApplicationUsageRequest < Struct.new(
  :source_s3_location)
  SENSITIVE = []
  include Aws::Structure
end