Class: Aws::Types::ScopeDetails
- Inherits:
-
Object
- Object
- Aws::Types::ScopeDetails
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#lake_formation_tag_policies ⇒ ::Array[Types::LakeFormationTagPolicyDetails]
Returns the value of attribute lake_formation_tag_policies.
-
#redshift_data_shares ⇒ ::Array[Types::RedshiftDataShareDetails]
Returns the value of attribute redshift_data_shares.
-
#s3_data_accesses ⇒ ::Array[Types::S3DataAccessDetails]
Returns the value of attribute s3_data_accesses.
Instance Attribute Details
#lake_formation_tag_policies ⇒ ::Array[Types::LakeFormationTagPolicyDetails]
Returns the value of attribute lake_formation_tag_policies.
992 993 994 |
# File 'sig/types.rbs', line 992 def lake_formation_tag_policies @lake_formation_tag_policies end |
#redshift_data_shares ⇒ ::Array[Types::RedshiftDataShareDetails]
Returns the value of attribute redshift_data_shares.
993 994 995 |
# File 'sig/types.rbs', line 993 def redshift_data_shares @redshift_data_shares end |
#s3_data_accesses ⇒ ::Array[Types::S3DataAccessDetails]
Returns the value of attribute s3_data_accesses.
994 995 996 |
# File 'sig/types.rbs', line 994 def s3_data_accesses @s3_data_accesses end |