Class: Aws::Types::ExportAssetsToS3RequestDetails

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:



366
367
368
# File 'sig/types.rbs', line 366

def asset_destinations
  @asset_destinations
end

#data_set_id::String

Returns the value of attribute data_set_id.

Returns:

  • (::String)


367
368
369
# File 'sig/types.rbs', line 367

def data_set_id
  @data_set_id
end

#encryptionTypes::ExportServerSideEncryption

Returns the value of attribute encryption.



368
369
370
# File 'sig/types.rbs', line 368

def encryption
  @encryption
end

#revision_id::String

Returns the value of attribute revision_id.

Returns:

  • (::String)


369
370
371
# File 'sig/types.rbs', line 369

def revision_id
  @revision_id
end