Class: Aws::Types::RedshiftDataShareDetails

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#arn::String

Returns the value of attribute arn.

Returns:



858
859
860
# File 'sig/types.rbs', line 858

def arn
  @arn
end

#database::String

Returns the value of attribute database.

Returns:



859
860
861
# File 'sig/types.rbs', line 859

def database
  @database
end

#function::String

Returns the value of attribute function.

Returns:



860
861
862
# File 'sig/types.rbs', line 860

def function
  @function
end

#schema::String

Returns the value of attribute schema.

Returns:



862
863
864
# File 'sig/types.rbs', line 862

def schema
  @schema
end

#table::String

Returns the value of attribute table.

Returns:



861
862
863
# File 'sig/types.rbs', line 861

def table
  @table
end

#view::String

Returns the value of attribute view.

Returns:



863
864
865
# File 'sig/types.rbs', line 863

def view
  @view
end