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 =

Instance Attribute Summary collapse

Instance Attribute Details

#lake_formation::Array[Types::LakeFormationScopeUnion]

Returns the value of attribute lake_formation.



2848
2849
2850
# File 'sig/types.rbs', line 2848

def lake_formation
  @lake_formation
end

#redshift::Array[Types::RedshiftScopeUnion]

Returns the value of attribute redshift.



2850
2851
2852
# File 'sig/types.rbs', line 2850

def redshift
  @redshift
end

#s3_access_grants::Array[Types::S3AccessGrantsScopeUnion]

Returns the value of attribute s3_access_grants.



2849
2850
2851
# File 'sig/types.rbs', line 2849

def s3_access_grants
  @s3_access_grants
end

#unknownObject

Returns the value of attribute unknown.



2851
2852
2853
# File 'sig/types.rbs', line 2851

def unknown
  @unknown
end