Class: Aws::Types::ExportRevisionsToS3ResponseDetails
- Inherits:
-
Object
- Object
- Aws::Types::ExportRevisionsToS3ResponseDetails
- 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.
-
#event_action_arn ⇒ ::String
Returns the value of attribute event_action_arn.
-
#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.
389 390 391 |
# File 'sig/types.rbs', line 389 def data_set_id @data_set_id end |
#encryption ⇒ Types::ExportServerSideEncryption
Returns the value of attribute encryption.
390 391 392 |
# File 'sig/types.rbs', line 390 def encryption @encryption end |
#event_action_arn ⇒ ::String
Returns the value of attribute event_action_arn.
392 393 394 |
# File 'sig/types.rbs', line 392 def event_action_arn @event_action_arn end |
#revision_destinations ⇒ ::Array[Types::RevisionDestinationEntry]
Returns the value of attribute revision_destinations.
391 392 393 |
# File 'sig/types.rbs', line 391 def revision_destinations @revision_destinations end |