Class: Aws::Types::RedshiftScopeUnion
- Inherits:
-
Object
- Object
- Aws::Types::RedshiftScopeUnion
- Defined in:
- sig/types.rbs
Defined Under Namespace
Classes: RedshiftConnect, Unknown
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#redshift_connect ⇒ Types::RedshiftConnect
Returns the value of attribute redshift_connect.
-
#unknown ⇒ Object
Returns the value of attribute unknown.
Instance Attribute Details
#redshift_connect ⇒ Types::RedshiftConnect
Returns the value of attribute redshift_connect.
900 901 902 |
# File 'sig/types.rbs', line 900 def redshift_connect @redshift_connect end |
#unknown ⇒ Object
Returns the value of attribute unknown.
901 902 903 |
# File 'sig/types.rbs', line 901 def unknown @unknown end |