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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-dataexchange/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.



3108
3109
3110
3111
3112
3113
3114
# File 'gems/aws-sdk-dataexchange/lib/aws-sdk-dataexchange/types.rb', line 3108

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.



3108
3109
3110
3111
3112
3113
3114
# File 'gems/aws-sdk-dataexchange/lib/aws-sdk-dataexchange/types.rb', line 3108

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:



3108
3109
3110
3111
3112
3113
3114
# File 'gems/aws-sdk-dataexchange/lib/aws-sdk-dataexchange/types.rb', line 3108

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