Class: Aws::Types::ServiceIntegrationUnion
- Inherits:
-
Object
- Object
- Aws::Types::ServiceIntegrationUnion
- Defined in:
- sig/types.rbs
Defined Under Namespace
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#redshift ⇒ ::Array[Types::RedshiftScopeUnion]
Returns the value of attribute redshift.
-
#unknown ⇒ Object
Returns the value of attribute unknown.
Instance Attribute Details
#redshift ⇒ ::Array[Types::RedshiftScopeUnion]
Returns the value of attribute redshift.
1019 1020 1021 |
# File 'sig/types.rbs', line 1019 def redshift @redshift end |
#unknown ⇒ Object
Returns the value of attribute unknown.
1020 1021 1022 |
# File 'sig/types.rbs', line 1020 def unknown @unknown end |