Class: Aws::Types::ReferenceDataSourceUpdate

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#reference_id::String

Returns the value of attribute reference_id.

Returns:

  • (::String)


1050
1051
1052
# File 'sig/types.rbs', line 1050

def reference_id
  @reference_id
end

#reference_schema_updateTypes::SourceSchema

Returns the value of attribute reference_schema_update.

Returns:



1053
1054
1055
# File 'sig/types.rbs', line 1053

def reference_schema_update
  @reference_schema_update
end

#s3_reference_data_source_updateTypes::S3ReferenceDataSourceUpdate

Returns the value of attribute s3_reference_data_source_update.



1052
1053
1054
# File 'sig/types.rbs', line 1052

def s3_reference_data_source_update
  @s3_reference_data_source_update
end

#table_name_update::String

Returns the value of attribute table_name_update.

Returns:

  • (::String)


1051
1052
1053
# File 'sig/types.rbs', line 1051

def table_name_update
  @table_name_update
end