Class: Aws::DataExchange::Types::ScopeDetails

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

Overview

Details about the scope of the notifications such as the affected resources.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#lake_formation_tag_policiesArray<Types::LakeFormationTagPolicyDetails>

Underlying LF resources that will be affected by this notification.



3721
3722
3723
3724
3725
3726
3727
# File 'lib/aws-sdk-dataexchange/types.rb', line 3721

class ScopeDetails < Struct.new(
  :lake_formation_tag_policies,
  :redshift_data_shares,
  :s3_data_accesses)
  SENSITIVE = []
  include Aws::Structure
end

#redshift_data_sharesArray<Types::RedshiftDataShareDetails>

Underlying Redshift resources that will be affected by this notification.



3721
3722
3723
3724
3725
3726
3727
# File 'lib/aws-sdk-dataexchange/types.rb', line 3721

class ScopeDetails < Struct.new(
  :lake_formation_tag_policies,
  :redshift_data_shares,
  :s3_data_accesses)
  SENSITIVE = []
  include Aws::Structure
end

#s3_data_accessesArray<Types::S3DataAccessDetails>

Underlying S3 resources that will be affected by this notification.

Returns:



3721
3722
3723
3724
3725
3726
3727
# File 'lib/aws-sdk-dataexchange/types.rb', line 3721

class ScopeDetails < Struct.new(
  :lake_formation_tag_policies,
  :redshift_data_shares,
  :s3_data_accesses)
  SENSITIVE = []
  include Aws::Structure
end