Class: Aws::DataExchange::Types::S3DataAccessDetails

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-dataexchange/lib/aws-sdk-dataexchange/types.rb

Overview

Extra details specific to the affected scope in this S3 Data Access data set.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#key_prefixesArray<String>

A list of the key prefixes affected by this notification. This can have up to 50 entries.

Returns:

  • (Array<String>)


3022
3023
3024
3025
3026
3027
# File 'gems/aws-sdk-dataexchange/lib/aws-sdk-dataexchange/types.rb', line 3022

class S3DataAccessDetails < Struct.new(
  :key_prefixes,
  :keys)
  SENSITIVE = []
  include Aws::Structure
end

#keysArray<String>

A list of the keys affected by this notification. This can have up to 50 entries.

Returns:

  • (Array<String>)


3022
3023
3024
3025
3026
3027
# File 'gems/aws-sdk-dataexchange/lib/aws-sdk-dataexchange/types.rb', line 3022

class S3DataAccessDetails < Struct.new(
  :key_prefixes,
  :keys)
  SENSITIVE = []
  include Aws::Structure
end