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.
2828 2829 2830 |
# File 'sig/types.rbs', line 2828 def lake_formation @lake_formation end |
#redshift ⇒ ::Array[Types::RedshiftScopeUnion]
Returns the value of attribute redshift.
2830 2831 2832 |
# File 'sig/types.rbs', line 2830 def redshift @redshift end |
#s3_access_grants ⇒ ::Array[Types::S3AccessGrantsScopeUnion]
Returns the value of attribute s3_access_grants.
2829 2830 2831 |
# File 'sig/types.rbs', line 2829 def s3_access_grants @s3_access_grants end |
#unknown ⇒ Object
Returns the value of attribute unknown.
2831 2832 2833 |
# File 'sig/types.rbs', line 2831 def unknown @unknown end |