Class: Aws::Types::ImportAssetsFromRedshiftDataSharesRequestDetails

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#asset_sources::Array[Types::RedshiftDataShareAssetSourceEntry]

Returns the value of attribute asset_sources.



618
619
620
# File 'sig/types.rbs', line 618

def asset_sources
  @asset_sources
end

#data_set_id::String

Returns the value of attribute data_set_id.

Returns:

  • (::String)


619
620
621
# File 'sig/types.rbs', line 619

def data_set_id
  @data_set_id
end

#revision_id::String

Returns the value of attribute revision_id.

Returns:

  • (::String)


620
621
622
# File 'sig/types.rbs', line 620

def revision_id
  @revision_id
end