Class: Aws::Types::ExportRevisionsToS3RequestDetails

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#data_set_id::String

Returns the value of attribute data_set_id.

Returns:

  • (::String)


382
383
384
# File 'sig/types.rbs', line 382

def data_set_id
  @data_set_id
end

#encryptionTypes::ExportServerSideEncryption

Returns the value of attribute encryption.



383
384
385
# File 'sig/types.rbs', line 383

def encryption
  @encryption
end

#revision_destinations::Array[Types::RevisionDestinationEntry]

Returns the value of attribute revision_destinations.

Returns:



384
385
386
# File 'sig/types.rbs', line 384

def revision_destinations
  @revision_destinations
end