Method: OCI::DataIntegration::Models::ConnectionFromAmazonS3Details#==
- Defined in:
- lib/oci/data_integration/models/connection_from_amazon_s3_details.rb
#==(other) ⇒ Object
Checks equality by comparing each attribute.
113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 |
# File 'lib/oci/data_integration/models/connection_from_amazon_s3_details.rb', line 113 def ==(other) return true if equal?(other) self.class == other.class && model_type == other.model_type && key == other.key && model_version == other.model_version && parent_ref == other.parent_ref && name == other.name && description == other.description && object_version == other.object_version && object_status == other.object_status && identifier == other.identifier && primary_schema == other.primary_schema && connection_properties == other.connection_properties && is_default == other.is_default && == other. && access_key == other.access_key && secret_key == other.secret_key end |