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.
3650 3651 3652 3653 3654 |
# File 'gems/aws-sdk-dataexchange/lib/aws-sdk-dataexchange/types.rb', line 3650 class S3SnapshotAsset < Struct.new( :size) SENSITIVE = [] include Aws::Structure end |