Class: Aws::DataExchange::Types::S3SnapshotAsset

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#sizeFloat

The size of the Amazon S3 object that is the object.

Returns:

  • (Float)


3037
3038
3039
3040
3041
# File 'gems/aws-sdk-dataexchange/lib/aws-sdk-dataexchange/types.rb', line 3037

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