Class: Aws::Types::ConnectionPropertiesOutput
- Inherits:
-
Object
- Object
- Aws::Types::ConnectionPropertiesOutput
- 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::AmazonQPropertiesOutput
Returns the value of attribute amazon_q_properties.
-
#athena_properties ⇒ Types::AthenaPropertiesOutput
Returns the value of attribute athena_properties.
-
#git_properties ⇒ Types::GitPropertiesOutput
Returns the value of attribute git_properties.
-
#glue_properties ⇒ Types::GluePropertiesOutput
Returns the value of attribute glue_properties.
-
#hyper_pod_properties ⇒ Types::HyperPodPropertiesOutput
Returns the value of attribute hyper_pod_properties.
-
#iam_properties ⇒ Types::IamPropertiesOutput
Returns the value of attribute iam_properties.
-
#lakehouse_properties ⇒ Types::LakehousePropertiesOutput
Returns the value of attribute lakehouse_properties.
-
#mlflow_properties ⇒ Types::MlflowPropertiesOutput
Returns the value of attribute mlflow_properties.
-
#redshift_properties ⇒ Types::RedshiftPropertiesOutput
Returns the value of attribute redshift_properties.
-
#s3_properties ⇒ Types::S3PropertiesOutput
Returns the value of attribute s3_properties.
-
#snowflake_properties ⇒ Types::SnowflakePropertiesOutput
Returns the value of attribute snowflake_properties.
-
#spark_emr_properties ⇒ Types::SparkEmrPropertiesOutput
Returns the value of attribute spark_emr_properties.
-
#spark_glue_properties ⇒ Types::SparkGluePropertiesOutput
Returns the value of attribute spark_glue_properties.
-
#unknown ⇒ Object
Returns the value of attribute unknown.
-
#vpc_properties ⇒ Types::VpcPropertiesOutput
Returns the value of attribute vpc_properties.
-
#workflows_mwaa_properties ⇒ Types::WorkflowsMwaaPropertiesOutput
Returns the value of attribute workflows_mwaa_properties.
-
#workflows_serverless_properties ⇒ Types::WorkflowsServerlessPropertiesOutput
Returns the value of attribute workflows_serverless_properties.
Instance Attribute Details
#amazon_q_properties ⇒ Types::AmazonQPropertiesOutput
Returns the value of attribute amazon_q_properties.
668 669 670 |
# File 'sig/types.rbs', line 668 def amazon_q_properties @amazon_q_properties end |
#athena_properties ⇒ Types::AthenaPropertiesOutput
Returns the value of attribute athena_properties.
659 660 661 |
# File 'sig/types.rbs', line 659 def athena_properties @athena_properties end |
#git_properties ⇒ Types::GitPropertiesOutput
Returns the value of attribute git_properties.
674 675 676 |
# File 'sig/types.rbs', line 674 def git_properties @git_properties end |
#glue_properties ⇒ Types::GluePropertiesOutput
Returns the value of attribute glue_properties.
660 661 662 |
# File 'sig/types.rbs', line 660 def glue_properties @glue_properties end |
#hyper_pod_properties ⇒ Types::HyperPodPropertiesOutput
Returns the value of attribute hyper_pod_properties.
661 662 663 |
# File 'sig/types.rbs', line 661 def hyper_pod_properties @hyper_pod_properties end |
#iam_properties ⇒ Types::IamPropertiesOutput
Returns the value of attribute iam_properties.
662 663 664 |
# File 'sig/types.rbs', line 662 def iam_properties @iam_properties end |
#lakehouse_properties ⇒ Types::LakehousePropertiesOutput
Returns the value of attribute lakehouse_properties.
672 673 674 |
# File 'sig/types.rbs', line 672 def lakehouse_properties @lakehouse_properties end |
#mlflow_properties ⇒ Types::MlflowPropertiesOutput
Returns the value of attribute mlflow_properties.
669 670 671 |
# File 'sig/types.rbs', line 669 def mlflow_properties @mlflow_properties end |
#redshift_properties ⇒ Types::RedshiftPropertiesOutput
Returns the value of attribute redshift_properties.
663 664 665 |
# File 'sig/types.rbs', line 663 def redshift_properties @redshift_properties end |
#s3_properties ⇒ Types::S3PropertiesOutput
Returns the value of attribute s3_properties.
666 667 668 |
# File 'sig/types.rbs', line 666 def s3_properties @s3_properties end |
#snowflake_properties ⇒ Types::SnowflakePropertiesOutput
Returns the value of attribute snowflake_properties.
667 668 669 |
# File 'sig/types.rbs', line 667 def snowflake_properties @snowflake_properties end |
#spark_emr_properties ⇒ Types::SparkEmrPropertiesOutput
Returns the value of attribute spark_emr_properties.
664 665 666 |
# File 'sig/types.rbs', line 664 def spark_emr_properties @spark_emr_properties end |
#spark_glue_properties ⇒ Types::SparkGluePropertiesOutput
Returns the value of attribute spark_glue_properties.
665 666 667 |
# File 'sig/types.rbs', line 665 def spark_glue_properties @spark_glue_properties end |
#unknown ⇒ Object
Returns the value of attribute unknown.
675 676 677 |
# File 'sig/types.rbs', line 675 def unknown @unknown end |
#vpc_properties ⇒ Types::VpcPropertiesOutput
Returns the value of attribute vpc_properties.
673 674 675 |
# File 'sig/types.rbs', line 673 def vpc_properties @vpc_properties end |
#workflows_mwaa_properties ⇒ Types::WorkflowsMwaaPropertiesOutput
Returns the value of attribute workflows_mwaa_properties.
670 671 672 |
# File 'sig/types.rbs', line 670 def workflows_mwaa_properties @workflows_mwaa_properties end |
#workflows_serverless_properties ⇒ Types::WorkflowsServerlessPropertiesOutput
Returns the value of attribute workflows_serverless_properties.
671 672 673 |
# File 'sig/types.rbs', line 671 def workflows_serverless_properties @workflows_serverless_properties end |