Class: Aws::Types::ExportRevisionsToS3ResponseDetails

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)


389
390
391
# File 'sig/types.rbs', line 389

def data_set_id
  @data_set_id
end

#encryptionTypes::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.

Returns:

  • (::String)


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.

Returns:



391
392
393
# File 'sig/types.rbs', line 391

def revision_destinations
  @revision_destinations
end