Class: Aws::Types::ExportRevisionsToS3RequestDetails
- Inherits:
-
Object
- Object
- Aws::Types::ExportRevisionsToS3RequestDetails
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#data_set_id ⇒ ::String
Returns the value of attribute data_set_id.
-
#encryption ⇒ Types::ExportServerSideEncryption
Returns the value of attribute encryption.
-
#revision_destinations ⇒ ::Array[Types::RevisionDestinationEntry]
Returns the value of attribute revision_destinations.
Instance Attribute Details
#data_set_id ⇒ ::String
Returns the value of attribute data_set_id.
382 383 384 |
# File 'sig/types.rbs', line 382 def data_set_id @data_set_id end |
#encryption ⇒ Types::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.
384 385 386 |
# File 'sig/types.rbs', line 384 def revision_destinations @revision_destinations end |