Class: Aws::DataExchange::Types::S3SnapshotAsset
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataExchange::Types::S3SnapshotAsset
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-dataexchange/types.rb
Overview
The Amazon S3 object that is the asset.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#size ⇒ Float
The size of the Amazon S3 object that is the object.
Instance Attribute Details
#size ⇒ Float
The size of the Amazon S3 object that is the object.
3037 3038 3039 3040 3041 |
# File 'lib/aws-sdk-dataexchange/types.rb', line 3037 class S3SnapshotAsset < Struct.new( :size) SENSITIVE = [] include Aws::Structure end |