Class: Aws::Types::ConnectionPropertiesInput
- Inherits:
-
Object
- Object
- Aws::Types::ConnectionPropertiesInput
- Defined in:
- sig/types.rbs
Defined Under Namespace
Classes: AmazonQProperties, AthenaProperties, GitProperties, GlueProperties, HyperPodProperties, IamProperties, LakehouseProperties, MlflowProperties, RedshiftProperties, S3Properties, SnowflakeProperties, SparkEmrProperties, SparkGlueProperties, Unknown, VpcProperties, WorkflowsMwaaProperties, WorkflowsServerlessProperties
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#amazon_q_properties ⇒ Types::AmazonQPropertiesInput
Returns the value of attribute amazon_q_properties.
-
#athena_properties ⇒ Types::AthenaPropertiesInput
Returns the value of attribute athena_properties.
-
#git_properties ⇒ Types::GitPropertiesInput
Returns the value of attribute git_properties.
-
#glue_properties ⇒ Types::GluePropertiesInput
Returns the value of attribute glue_properties.
-
#hyper_pod_properties ⇒ Types::HyperPodPropertiesInput
Returns the value of attribute hyper_pod_properties.
-
#iam_properties ⇒ Types::IamPropertiesInput
Returns the value of attribute iam_properties.
-
#lakehouse_properties ⇒ Types::LakehousePropertiesInput
Returns the value of attribute lakehouse_properties.
-
#mlflow_properties ⇒ Types::MlflowPropertiesInput
Returns the value of attribute mlflow_properties.
-
#redshift_properties ⇒ Types::RedshiftPropertiesInput
Returns the value of attribute redshift_properties.
-
#s3_properties ⇒ Types::S3PropertiesInput
Returns the value of attribute s3_properties.
-
#snowflake_properties ⇒ Types::SnowflakePropertiesInput
Returns the value of attribute snowflake_properties.
-
#spark_emr_properties ⇒ Types::SparkEmrPropertiesInput
Returns the value of attribute spark_emr_properties.
-
#spark_glue_properties ⇒ Types::SparkGluePropertiesInput
Returns the value of attribute spark_glue_properties.
-
#unknown ⇒ Object
Returns the value of attribute unknown.
-
#vpc_properties ⇒ Types::VpcPropertiesInput
Returns the value of attribute vpc_properties.
-
#workflows_mwaa_properties ⇒ Types::WorkflowsMwaaPropertiesInput
Returns the value of attribute workflows_mwaa_properties.
-
#workflows_serverless_properties ⇒ Types::WorkflowsServerlessPropertiesInput
Returns the value of attribute workflows_serverless_properties.
Instance Attribute Details
#amazon_q_properties ⇒ Types::AmazonQPropertiesInput
Returns the value of attribute amazon_q_properties.
612 613 614 |
# File 'sig/types.rbs', line 612 def amazon_q_properties @amazon_q_properties end |
#athena_properties ⇒ Types::AthenaPropertiesInput
Returns the value of attribute athena_properties.
603 604 605 |
# File 'sig/types.rbs', line 603 def athena_properties @athena_properties end |
#git_properties ⇒ Types::GitPropertiesInput
Returns the value of attribute git_properties.
618 619 620 |
# File 'sig/types.rbs', line 618 def git_properties @git_properties end |
#glue_properties ⇒ Types::GluePropertiesInput
Returns the value of attribute glue_properties.
604 605 606 |
# File 'sig/types.rbs', line 604 def glue_properties @glue_properties end |
#hyper_pod_properties ⇒ Types::HyperPodPropertiesInput
Returns the value of attribute hyper_pod_properties.
605 606 607 |
# File 'sig/types.rbs', line 605 def hyper_pod_properties @hyper_pod_properties end |
#iam_properties ⇒ Types::IamPropertiesInput
Returns the value of attribute iam_properties.
606 607 608 |
# File 'sig/types.rbs', line 606 def iam_properties @iam_properties end |
#lakehouse_properties ⇒ Types::LakehousePropertiesInput
Returns the value of attribute lakehouse_properties.
616 617 618 |
# File 'sig/types.rbs', line 616 def lakehouse_properties @lakehouse_properties end |
#mlflow_properties ⇒ Types::MlflowPropertiesInput
Returns the value of attribute mlflow_properties.
613 614 615 |
# File 'sig/types.rbs', line 613 def mlflow_properties @mlflow_properties end |
#redshift_properties ⇒ Types::RedshiftPropertiesInput
Returns the value of attribute redshift_properties.
607 608 609 |
# File 'sig/types.rbs', line 607 def redshift_properties @redshift_properties end |
#s3_properties ⇒ Types::S3PropertiesInput
Returns the value of attribute s3_properties.
610 611 612 |
# File 'sig/types.rbs', line 610 def s3_properties @s3_properties end |
#snowflake_properties ⇒ Types::SnowflakePropertiesInput
Returns the value of attribute snowflake_properties.
611 612 613 |
# File 'sig/types.rbs', line 611 def snowflake_properties @snowflake_properties end |
#spark_emr_properties ⇒ Types::SparkEmrPropertiesInput
Returns the value of attribute spark_emr_properties.
608 609 610 |
# File 'sig/types.rbs', line 608 def spark_emr_properties @spark_emr_properties end |
#spark_glue_properties ⇒ Types::SparkGluePropertiesInput
Returns the value of attribute spark_glue_properties.
609 610 611 |
# File 'sig/types.rbs', line 609 def spark_glue_properties @spark_glue_properties end |
#unknown ⇒ Object
Returns the value of attribute unknown.
619 620 621 |
# File 'sig/types.rbs', line 619 def unknown @unknown end |
#vpc_properties ⇒ Types::VpcPropertiesInput
Returns the value of attribute vpc_properties.
617 618 619 |
# File 'sig/types.rbs', line 617 def vpc_properties @vpc_properties end |
#workflows_mwaa_properties ⇒ Types::WorkflowsMwaaPropertiesInput
Returns the value of attribute workflows_mwaa_properties.
614 615 616 |
# File 'sig/types.rbs', line 614 def workflows_mwaa_properties @workflows_mwaa_properties end |
#workflows_serverless_properties ⇒ Types::WorkflowsServerlessPropertiesInput
Returns the value of attribute workflows_serverless_properties.
615 616 617 |
# File 'sig/types.rbs', line 615 def workflows_serverless_properties @workflows_serverless_properties end |