Class: Aws::Types::ConnectionPropertiesPatch

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

Defined Under Namespace

Classes: AmazonQProperties, AthenaProperties, GitProperties, GlueProperties, IamProperties, LakehouseProperties, MlflowProperties, RedshiftProperties, S3Properties, SnowflakeProperties, SparkEmrProperties, Unknown, VpcProperties

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#amazon_q_propertiesTypes::AmazonQPropertiesPatch

Returns the value of attribute amazon_q_properties.



722
723
724
# File 'sig/types.rbs', line 722

def amazon_q_properties
  @amazon_q_properties
end

#athena_propertiesTypes::AthenaPropertiesPatch

Returns the value of attribute athena_properties.



715
716
717
# File 'sig/types.rbs', line 715

def athena_properties
  @athena_properties
end

#git_propertiesTypes::GitPropertiesPatch

Returns the value of attribute git_properties.



726
727
728
# File 'sig/types.rbs', line 726

def git_properties
  @git_properties
end

#glue_propertiesTypes::GluePropertiesPatch

Returns the value of attribute glue_properties.



716
717
718
# File 'sig/types.rbs', line 716

def glue_properties
  @glue_properties
end

#iam_propertiesTypes::IamPropertiesPatch

Returns the value of attribute iam_properties.



717
718
719
# File 'sig/types.rbs', line 717

def iam_properties
  @iam_properties
end

#lakehouse_propertiesTypes::LakehousePropertiesPatch

Returns the value of attribute lakehouse_properties.



724
725
726
# File 'sig/types.rbs', line 724

def lakehouse_properties
  @lakehouse_properties
end

#mlflow_propertiesTypes::MlflowPropertiesPatch

Returns the value of attribute mlflow_properties.



723
724
725
# File 'sig/types.rbs', line 723

def mlflow_properties
  @mlflow_properties
end

#redshift_propertiesTypes::RedshiftPropertiesPatch

Returns the value of attribute redshift_properties.



718
719
720
# File 'sig/types.rbs', line 718

def redshift_properties
  @redshift_properties
end

#s3_propertiesTypes::S3PropertiesPatch

Returns the value of attribute s3_properties.



720
721
722
# File 'sig/types.rbs', line 720

def s3_properties
  @s3_properties
end

#snowflake_propertiesTypes::SnowflakePropertiesPatch

Returns the value of attribute snowflake_properties.



721
722
723
# File 'sig/types.rbs', line 721

def snowflake_properties
  @snowflake_properties
end

#spark_emr_propertiesTypes::SparkEmrPropertiesPatch

Returns the value of attribute spark_emr_properties.



719
720
721
# File 'sig/types.rbs', line 719

def spark_emr_properties
  @spark_emr_properties
end

#unknownObject

Returns the value of attribute unknown.

Returns:

  • (Object)


727
728
729
# File 'sig/types.rbs', line 727

def unknown
  @unknown
end

#vpc_propertiesTypes::VpcPropertiesPatch

Returns the value of attribute vpc_properties.



725
726
727
# File 'sig/types.rbs', line 725

def vpc_properties
  @vpc_properties
end