Class: Aws::Types::ServiceIntegrationUnion

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

Defined Under Namespace

Classes: Redshift, Unknown

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#redshift::Array[Types::RedshiftScopeUnion]

Returns the value of attribute redshift.

Returns:



1019
1020
1021
# File 'sig/types.rbs', line 1019

def redshift
  @redshift
end

#unknownObject

Returns the value of attribute unknown.

Returns:

  • (Object)


1020
1021
1022
# File 'sig/types.rbs', line 1020

def unknown
  @unknown
end