Class: Aws::DataExchange::Types::ScopeDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataExchange::Types::ScopeDetails
- 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
-
#lake_formation_tag_policies ⇒ Array<Types::LakeFormationTagPolicyDetails>
Underlying LF resources that will be affected by this notification.
-
#redshift_data_shares ⇒ Array<Types::RedshiftDataShareDetails>
Underlying Redshift resources that will be affected by this notification.
-
#s3_data_accesses ⇒ Array<Types::S3DataAccessDetails>
Underlying S3 resources that will be affected by this notification.
Instance Attribute Details
#lake_formation_tag_policies ⇒ Array<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_shares ⇒ Array<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_accesses ⇒ Array<Types::S3DataAccessDetails>
Underlying S3 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 |