Class: Aws::DataExchange::Types::S3DataAccessDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataExchange::Types::S3DataAccessDetails
- 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
-
#key_prefixes ⇒ Array<String>
A list of the key prefixes affected by this notification.
-
#keys ⇒ Array<String>
A list of the keys affected by this notification.
Instance Attribute Details
#key_prefixes ⇒ Array<String>
A list of the key prefixes affected by this notification. This can have up to 50 entries.
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 |
#keys ⇒ Array<String>
A list of the keys affected by this notification. This can have up to 50 entries.
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 |