Class: Aws::Types::RedshiftScopeUnion

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Defined Under Namespace

Classes: RedshiftConnect, Unknown

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#redshift_connectTypes::RedshiftConnect

Returns the value of attribute redshift_connect.



900
901
902
# File 'sig/types.rbs', line 900

def redshift_connect
  @redshift_connect
end

#unknownObject

Returns the value of attribute unknown.

Returns:

  • (Object)


901
902
903
# File 'sig/types.rbs', line 901

def unknown
  @unknown
end