Class: Aws::ApplicationCostProfiler::Types::ImportApplicationUsageRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ApplicationCostProfiler::Types::ImportApplicationUsageRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-applicationcostprofiler/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#source_s3_location ⇒ Types::SourceS3Location
Amazon S3 location to import application usage data from.
Instance Attribute Details
#source_s3_location ⇒ Types::SourceS3Location
Amazon S3 location to import application usage data from.
112 113 114 115 116 |
# File 'lib/aws-sdk-applicationcostprofiler/types.rb', line 112 class ImportApplicationUsageRequest < Struct.new( :source_s3_location) SENSITIVE = [] include Aws::Structure end |