Class: Aws::Types::ReferenceDataSourceDescription

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)


1042
1043
1044
# File 'sig/types.rbs', line 1042

def reference_id
  @reference_id
end

#reference_schemaTypes::SourceSchema

Returns the value of attribute reference_schema.

Returns:



1045
1046
1047
# File 'sig/types.rbs', line 1045

def reference_schema
  @reference_schema
end

#s3_reference_data_source_descriptionTypes::S3ReferenceDataSourceDescription

Returns the value of attribute s3_reference_data_source_description.



1044
1045
1046
# File 'sig/types.rbs', line 1044

def s3_reference_data_source_description
  @s3_reference_data_source_description
end

#table_name::String

Returns the value of attribute table_name.

Returns:

  • (::String)


1043
1044
1045
# File 'sig/types.rbs', line 1043

def table_name
  @table_name
end