Class: Aws::Types::ServiceIntegrationsUnion
- Inherits:
-
Object
- Object
- Aws::Types::ServiceIntegrationsUnion
- Defined in:
- sig/types.rbs
Defined Under Namespace
Classes: LakeFormation, Redshift, S3AccessGrants, Unknown
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#lake_formation ⇒ ::Array[Types::LakeFormationScopeUnion]
Returns the value of attribute lake_formation.
-
#redshift ⇒ ::Array[Types::RedshiftScopeUnion]
Returns the value of attribute redshift.
-
#s3_access_grants ⇒ ::Array[Types::S3AccessGrantsScopeUnion]
Returns the value of attribute s3_access_grants.
-
#unknown ⇒ Object
Returns the value of attribute unknown.
Instance Attribute Details
#lake_formation ⇒ ::Array[Types::LakeFormationScopeUnion]
Returns the value of attribute lake_formation.
2848 2849 2850 |
# File 'sig/types.rbs', line 2848 def lake_formation @lake_formation end |
#redshift ⇒ ::Array[Types::RedshiftScopeUnion]
Returns the value of attribute redshift.
2850 2851 2852 |
# File 'sig/types.rbs', line 2850 def redshift @redshift end |
#s3_access_grants ⇒ ::Array[Types::S3AccessGrantsScopeUnion]
Returns the value of attribute s3_access_grants.
2849 2850 2851 |
# File 'sig/types.rbs', line 2849 def s3_access_grants @s3_access_grants end |
#unknown ⇒ Object
Returns the value of attribute unknown.
2851 2852 2853 |
# File 'sig/types.rbs', line 2851 def unknown @unknown end |