Class: Aws::DataZone::Types::ConnectionPropertiesPatch

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb

Overview

Note:

ConnectionPropertiesPatch is a union - when making an API calls you must set exactly one of the members.

The connection properties patch.

Defined Under Namespace

Classes: AmazonQProperties, AthenaProperties, GlueProperties, IamProperties, MlflowProperties, RedshiftProperties, S3Properties, SparkEmrProperties, Unknown

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#amazon_q_propertiesTypes::AmazonQPropertiesPatch

The Amazon Q properties of the connection.



2193
2194
2195
2196
2197
2198
2199
2200
2201
2202
2203
2204
2205
2206
2207
2208
2209
2210
2211
2212
2213
2214
2215
2216
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 2193

class ConnectionPropertiesPatch < Struct.new(
  :amazon_q_properties,
  :athena_properties,
  :glue_properties,
  :iam_properties,
  :mlflow_properties,
  :redshift_properties,
  :s3_properties,
  :spark_emr_properties,
  :unknown)
  SENSITIVE = []
  include Aws::Structure
  include Aws::Structure::Union

  class AmazonQProperties < ConnectionPropertiesPatch; end
  class AthenaProperties < ConnectionPropertiesPatch; end
  class GlueProperties < ConnectionPropertiesPatch; end
  class IamProperties < ConnectionPropertiesPatch; end
  class MlflowProperties < ConnectionPropertiesPatch; end
  class RedshiftProperties < ConnectionPropertiesPatch; end
  class S3Properties < ConnectionPropertiesPatch; end
  class SparkEmrProperties < ConnectionPropertiesPatch; end
  class Unknown < ConnectionPropertiesPatch; end
end

#athena_propertiesTypes::AthenaPropertiesPatch

The Amazon Athena properties of a connection properties patch.



2193
2194
2195
2196
2197
2198
2199
2200
2201
2202
2203
2204
2205
2206
2207
2208
2209
2210
2211
2212
2213
2214
2215
2216
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 2193

class ConnectionPropertiesPatch < Struct.new(
  :amazon_q_properties,
  :athena_properties,
  :glue_properties,
  :iam_properties,
  :mlflow_properties,
  :redshift_properties,
  :s3_properties,
  :spark_emr_properties,
  :unknown)
  SENSITIVE = []
  include Aws::Structure
  include Aws::Structure::Union

  class AmazonQProperties < ConnectionPropertiesPatch; end
  class AthenaProperties < ConnectionPropertiesPatch; end
  class GlueProperties < ConnectionPropertiesPatch; end
  class IamProperties < ConnectionPropertiesPatch; end
  class MlflowProperties < ConnectionPropertiesPatch; end
  class RedshiftProperties < ConnectionPropertiesPatch; end
  class S3Properties < ConnectionPropertiesPatch; end
  class SparkEmrProperties < ConnectionPropertiesPatch; end
  class Unknown < ConnectionPropertiesPatch; end
end

#glue_propertiesTypes::GluePropertiesPatch

The Amazon Web Services Glue properties of a connection properties patch.



2193
2194
2195
2196
2197
2198
2199
2200
2201
2202
2203
2204
2205
2206
2207
2208
2209
2210
2211
2212
2213
2214
2215
2216
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 2193

class ConnectionPropertiesPatch < Struct.new(
  :amazon_q_properties,
  :athena_properties,
  :glue_properties,
  :iam_properties,
  :mlflow_properties,
  :redshift_properties,
  :s3_properties,
  :spark_emr_properties,
  :unknown)
  SENSITIVE = []
  include Aws::Structure
  include Aws::Structure::Union

  class AmazonQProperties < ConnectionPropertiesPatch; end
  class AthenaProperties < ConnectionPropertiesPatch; end
  class GlueProperties < ConnectionPropertiesPatch; end
  class IamProperties < ConnectionPropertiesPatch; end
  class MlflowProperties < ConnectionPropertiesPatch; end
  class RedshiftProperties < ConnectionPropertiesPatch; end
  class S3Properties < ConnectionPropertiesPatch; end
  class SparkEmrProperties < ConnectionPropertiesPatch; end
  class Unknown < ConnectionPropertiesPatch; end
end

#iam_propertiesTypes::IamPropertiesPatch

The IAM properties of a connection properties patch.



2193
2194
2195
2196
2197
2198
2199
2200
2201
2202
2203
2204
2205
2206
2207
2208
2209
2210
2211
2212
2213
2214
2215
2216
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 2193

class ConnectionPropertiesPatch < Struct.new(
  :amazon_q_properties,
  :athena_properties,
  :glue_properties,
  :iam_properties,
  :mlflow_properties,
  :redshift_properties,
  :s3_properties,
  :spark_emr_properties,
  :unknown)
  SENSITIVE = []
  include Aws::Structure
  include Aws::Structure::Union

  class AmazonQProperties < ConnectionPropertiesPatch; end
  class AthenaProperties < ConnectionPropertiesPatch; end
  class GlueProperties < ConnectionPropertiesPatch; end
  class IamProperties < ConnectionPropertiesPatch; end
  class MlflowProperties < ConnectionPropertiesPatch; end
  class RedshiftProperties < ConnectionPropertiesPatch; end
  class S3Properties < ConnectionPropertiesPatch; end
  class SparkEmrProperties < ConnectionPropertiesPatch; end
  class Unknown < ConnectionPropertiesPatch; end
end

#mlflow_propertiesTypes::MlflowPropertiesPatch

The MLflow properties of a connection.



2193
2194
2195
2196
2197
2198
2199
2200
2201
2202
2203
2204
2205
2206
2207
2208
2209
2210
2211
2212
2213
2214
2215
2216
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 2193

class ConnectionPropertiesPatch < Struct.new(
  :amazon_q_properties,
  :athena_properties,
  :glue_properties,
  :iam_properties,
  :mlflow_properties,
  :redshift_properties,
  :s3_properties,
  :spark_emr_properties,
  :unknown)
  SENSITIVE = []
  include Aws::Structure
  include Aws::Structure::Union

  class AmazonQProperties < ConnectionPropertiesPatch; end
  class AthenaProperties < ConnectionPropertiesPatch; end
  class GlueProperties < ConnectionPropertiesPatch; end
  class IamProperties < ConnectionPropertiesPatch; end
  class MlflowProperties < ConnectionPropertiesPatch; end
  class RedshiftProperties < ConnectionPropertiesPatch; end
  class S3Properties < ConnectionPropertiesPatch; end
  class SparkEmrProperties < ConnectionPropertiesPatch; end
  class Unknown < ConnectionPropertiesPatch; end
end

#redshift_propertiesTypes::RedshiftPropertiesPatch

The Amazon Redshift properties of a connection properties patch.



2193
2194
2195
2196
2197
2198
2199
2200
2201
2202
2203
2204
2205
2206
2207
2208
2209
2210
2211
2212
2213
2214
2215
2216
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 2193

class ConnectionPropertiesPatch < Struct.new(
  :amazon_q_properties,
  :athena_properties,
  :glue_properties,
  :iam_properties,
  :mlflow_properties,
  :redshift_properties,
  :s3_properties,
  :spark_emr_properties,
  :unknown)
  SENSITIVE = []
  include Aws::Structure
  include Aws::Structure::Union

  class AmazonQProperties < ConnectionPropertiesPatch; end
  class AthenaProperties < ConnectionPropertiesPatch; end
  class GlueProperties < ConnectionPropertiesPatch; end
  class IamProperties < ConnectionPropertiesPatch; end
  class MlflowProperties < ConnectionPropertiesPatch; end
  class RedshiftProperties < ConnectionPropertiesPatch; end
  class S3Properties < ConnectionPropertiesPatch; end
  class SparkEmrProperties < ConnectionPropertiesPatch; end
  class Unknown < ConnectionPropertiesPatch; end
end

#s3_propertiesTypes::S3PropertiesPatch

The Amazon S3 properties of a connection properties patch.



2193
2194
2195
2196
2197
2198
2199
2200
2201
2202
2203
2204
2205
2206
2207
2208
2209
2210
2211
2212
2213
2214
2215
2216
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 2193

class ConnectionPropertiesPatch < Struct.new(
  :amazon_q_properties,
  :athena_properties,
  :glue_properties,
  :iam_properties,
  :mlflow_properties,
  :redshift_properties,
  :s3_properties,
  :spark_emr_properties,
  :unknown)
  SENSITIVE = []
  include Aws::Structure
  include Aws::Structure::Union

  class AmazonQProperties < ConnectionPropertiesPatch; end
  class AthenaProperties < ConnectionPropertiesPatch; end
  class GlueProperties < ConnectionPropertiesPatch; end
  class IamProperties < ConnectionPropertiesPatch; end
  class MlflowProperties < ConnectionPropertiesPatch; end
  class RedshiftProperties < ConnectionPropertiesPatch; end
  class S3Properties < ConnectionPropertiesPatch; end
  class SparkEmrProperties < ConnectionPropertiesPatch; end
  class Unknown < ConnectionPropertiesPatch; end
end

#spark_emr_propertiesTypes::SparkEmrPropertiesPatch

The Spark EMR properties of a connection properties patch.



2193
2194
2195
2196
2197
2198
2199
2200
2201
2202
2203
2204
2205
2206
2207
2208
2209
2210
2211
2212
2213
2214
2215
2216
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 2193

class ConnectionPropertiesPatch < Struct.new(
  :amazon_q_properties,
  :athena_properties,
  :glue_properties,
  :iam_properties,
  :mlflow_properties,
  :redshift_properties,
  :s3_properties,
  :spark_emr_properties,
  :unknown)
  SENSITIVE = []
  include Aws::Structure
  include Aws::Structure::Union

  class AmazonQProperties < ConnectionPropertiesPatch; end
  class AthenaProperties < ConnectionPropertiesPatch; end
  class GlueProperties < ConnectionPropertiesPatch; end
  class IamProperties < ConnectionPropertiesPatch; end
  class MlflowProperties < ConnectionPropertiesPatch; end
  class RedshiftProperties < ConnectionPropertiesPatch; end
  class S3Properties < ConnectionPropertiesPatch; end
  class SparkEmrProperties < ConnectionPropertiesPatch; end
  class Unknown < ConnectionPropertiesPatch; end
end

#unknownObject

Returns the value of attribute unknown

Returns:

  • (Object)

    the current value of unknown



2193
2194
2195
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 2193

def unknown
  @unknown
end