Class: Aws::DataExchange::Types::S3SnapshotAsset
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataExchange::Types::S3SnapshotAsset
- Defined in:
- gems/aws-sdk-dataexchange/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.
2862 2863 2864 2865 2866 |
# File 'gems/aws-sdk-dataexchange/lib/aws-sdk-dataexchange/types.rb', line 2862 class S3SnapshotAsset < Struct.new( :size) SENSITIVE = [] include Aws::Structure end |