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

Inherits:
Struct
  • Object
show all
Includes:
Structure, Structure::Union
Defined in:
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: AthenaProperties, GlueProperties, IamProperties, RedshiftProperties, SparkEmrProperties, Unknown

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#athena_propertiesTypes::AthenaPropertiesPatch

The Amazon Athena properties of a connection properties patch.



1630
1631
1632
1633
1634
1635
1636
1637
1638
1639
1640
1641
1642
1643
1644
1645
1646
1647
# File 'lib/aws-sdk-datazone/types.rb', line 1630

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

  class AthenaProperties < ConnectionPropertiesPatch; end
  class GlueProperties < ConnectionPropertiesPatch; end
  class IamProperties < ConnectionPropertiesPatch; end
  class RedshiftProperties < 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.



1630
1631
1632
1633
1634
1635
1636
1637
1638
1639
1640
1641
1642
1643
1644
1645
1646
1647
# File 'lib/aws-sdk-datazone/types.rb', line 1630

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

  class AthenaProperties < ConnectionPropertiesPatch; end
  class GlueProperties < ConnectionPropertiesPatch; end
  class IamProperties < ConnectionPropertiesPatch; end
  class RedshiftProperties < ConnectionPropertiesPatch; end
  class SparkEmrProperties < ConnectionPropertiesPatch; end
  class Unknown < ConnectionPropertiesPatch; end
end

#iam_propertiesTypes::IamPropertiesPatch

The IAM properties of a connection properties patch.



1630
1631
1632
1633
1634
1635
1636
1637
1638
1639
1640
1641
1642
1643
1644
1645
1646
1647
# File 'lib/aws-sdk-datazone/types.rb', line 1630

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

  class AthenaProperties < ConnectionPropertiesPatch; end
  class GlueProperties < ConnectionPropertiesPatch; end
  class IamProperties < ConnectionPropertiesPatch; end
  class RedshiftProperties < ConnectionPropertiesPatch; end
  class SparkEmrProperties < ConnectionPropertiesPatch; end
  class Unknown < ConnectionPropertiesPatch; end
end

#redshift_propertiesTypes::RedshiftPropertiesPatch

The Amazon Redshift properties of a connection properties patch.



1630
1631
1632
1633
1634
1635
1636
1637
1638
1639
1640
1641
1642
1643
1644
1645
1646
1647
# File 'lib/aws-sdk-datazone/types.rb', line 1630

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

  class AthenaProperties < ConnectionPropertiesPatch; end
  class GlueProperties < ConnectionPropertiesPatch; end
  class IamProperties < ConnectionPropertiesPatch; end
  class RedshiftProperties < ConnectionPropertiesPatch; end
  class SparkEmrProperties < ConnectionPropertiesPatch; end
  class Unknown < ConnectionPropertiesPatch; end
end

#spark_emr_propertiesTypes::SparkEmrPropertiesPatch

The Spark EMR properties of a connection properties patch.



1630
1631
1632
1633
1634
1635
1636
1637
1638
1639
1640
1641
1642
1643
1644
1645
1646
1647
# File 'lib/aws-sdk-datazone/types.rb', line 1630

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

  class AthenaProperties < ConnectionPropertiesPatch; end
  class GlueProperties < ConnectionPropertiesPatch; end
  class IamProperties < ConnectionPropertiesPatch; end
  class RedshiftProperties < 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



1630
1631
1632
# File 'lib/aws-sdk-datazone/types.rb', line 1630

def unknown
  @unknown
end