Class: Aws::Types::ExportAssetsToS3ResponseDetails

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#asset_destinations::Array[Types::AssetDestinationEntry]

Returns the value of attribute asset_destinations.

Returns:



374
375
376
# File 'sig/types.rbs', line 374

def asset_destinations
  @asset_destinations
end

#data_set_id::String

Returns the value of attribute data_set_id.

Returns:

  • (::String)


375
376
377
# File 'sig/types.rbs', line 375

def data_set_id
  @data_set_id
end

#encryptionTypes::ExportServerSideEncryption

Returns the value of attribute encryption.



376
377
378
# File 'sig/types.rbs', line 376

def encryption
  @encryption
end

#revision_id::String

Returns the value of attribute revision_id.

Returns:

  • (::String)


377
378
379
# File 'sig/types.rbs', line 377

def revision_id
  @revision_id
end