Class: Aws::Types::ConnectionPropertiesPatch
- Inherits:
-
Object
- Object
- Aws::Types::ConnectionPropertiesPatch
- 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 =
Instance Attribute Summary collapse
-
#amazon_q_properties ⇒ Types::AmazonQPropertiesPatch
Returns the value of attribute amazon_q_properties.
-
#athena_properties ⇒ Types::AthenaPropertiesPatch
Returns the value of attribute athena_properties.
-
#git_properties ⇒ Types::GitPropertiesPatch
Returns the value of attribute git_properties.
-
#glue_properties ⇒ Types::GluePropertiesPatch
Returns the value of attribute glue_properties.
-
#iam_properties ⇒ Types::IamPropertiesPatch
Returns the value of attribute iam_properties.
-
#lakehouse_properties ⇒ Types::LakehousePropertiesPatch
Returns the value of attribute lakehouse_properties.
-
#mlflow_properties ⇒ Types::MlflowPropertiesPatch
Returns the value of attribute mlflow_properties.
-
#redshift_properties ⇒ Types::RedshiftPropertiesPatch
Returns the value of attribute redshift_properties.
-
#s3_properties ⇒ Types::S3PropertiesPatch
Returns the value of attribute s3_properties.
-
#snowflake_properties ⇒ Types::SnowflakePropertiesPatch
Returns the value of attribute snowflake_properties.
-
#spark_emr_properties ⇒ Types::SparkEmrPropertiesPatch
Returns the value of attribute spark_emr_properties.
-
#unknown ⇒ Object
Returns the value of attribute unknown.
-
#vpc_properties ⇒ Types::VpcPropertiesPatch
Returns the value of attribute vpc_properties.
Instance Attribute Details
#amazon_q_properties ⇒ Types::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_properties ⇒ Types::AthenaPropertiesPatch
Returns the value of attribute athena_properties.
715 716 717 |
# File 'sig/types.rbs', line 715 def athena_properties @athena_properties end |
#git_properties ⇒ Types::GitPropertiesPatch
Returns the value of attribute git_properties.
726 727 728 |
# File 'sig/types.rbs', line 726 def git_properties @git_properties end |
#glue_properties ⇒ Types::GluePropertiesPatch
Returns the value of attribute glue_properties.
716 717 718 |
# File 'sig/types.rbs', line 716 def glue_properties @glue_properties end |
#iam_properties ⇒ Types::IamPropertiesPatch
Returns the value of attribute iam_properties.
717 718 719 |
# File 'sig/types.rbs', line 717 def iam_properties @iam_properties end |
#lakehouse_properties ⇒ Types::LakehousePropertiesPatch
Returns the value of attribute lakehouse_properties.
724 725 726 |
# File 'sig/types.rbs', line 724 def lakehouse_properties @lakehouse_properties end |
#mlflow_properties ⇒ Types::MlflowPropertiesPatch
Returns the value of attribute mlflow_properties.
723 724 725 |
# File 'sig/types.rbs', line 723 def mlflow_properties @mlflow_properties end |
#redshift_properties ⇒ Types::RedshiftPropertiesPatch
Returns the value of attribute redshift_properties.
718 719 720 |
# File 'sig/types.rbs', line 718 def redshift_properties @redshift_properties end |
#s3_properties ⇒ Types::S3PropertiesPatch
Returns the value of attribute s3_properties.
720 721 722 |
# File 'sig/types.rbs', line 720 def s3_properties @s3_properties end |
#snowflake_properties ⇒ Types::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_properties ⇒ Types::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 |
#unknown ⇒ Object
Returns the value of attribute unknown.
727 728 729 |
# File 'sig/types.rbs', line 727 def unknown @unknown end |
#vpc_properties ⇒ Types::VpcPropertiesPatch
Returns the value of attribute vpc_properties.
725 726 727 |
# File 'sig/types.rbs', line 725 def vpc_properties @vpc_properties end |