Class: Aws::Types::ServiceIntegrationsUnion

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

Defined Under Namespace

Classes: LakeFormation, Redshift, S3AccessGrants, Unknown

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#lake_formation::Array[Types::LakeFormationScopeUnion]

Returns the value of attribute lake_formation.

Returns:



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.

Returns:



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.

Returns:



2829
2830
2831
# File 'sig/types.rbs', line 2829

def s3_access_grants
  @s3_access_grants
end

#unknownObject

Returns the value of attribute unknown.

Returns:

  • (Object)


2831
2832
2833
# File 'sig/types.rbs', line 2831

def unknown
  @unknown
end