Class: Aws::Types::ConnectionPropertiesOutput

Inherits:
Object
  • Object
show all
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 =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#amazon_q_propertiesTypes::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_propertiesTypes::AthenaPropertiesOutput

Returns the value of attribute athena_properties.



659
660
661
# File 'sig/types.rbs', line 659

def athena_properties
  @athena_properties
end

#git_propertiesTypes::GitPropertiesOutput

Returns the value of attribute git_properties.



674
675
676
# File 'sig/types.rbs', line 674

def git_properties
  @git_properties
end

#glue_propertiesTypes::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_propertiesTypes::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_propertiesTypes::IamPropertiesOutput

Returns the value of attribute iam_properties.



662
663
664
# File 'sig/types.rbs', line 662

def iam_properties
  @iam_properties
end

#lakehouse_propertiesTypes::LakehousePropertiesOutput

Returns the value of attribute lakehouse_properties.



672
673
674
# File 'sig/types.rbs', line 672

def lakehouse_properties
  @lakehouse_properties
end

#mlflow_propertiesTypes::MlflowPropertiesOutput

Returns the value of attribute mlflow_properties.



669
670
671
# File 'sig/types.rbs', line 669

def mlflow_properties
  @mlflow_properties
end

#redshift_propertiesTypes::RedshiftPropertiesOutput

Returns the value of attribute redshift_properties.



663
664
665
# File 'sig/types.rbs', line 663

def redshift_properties
  @redshift_properties
end

#s3_propertiesTypes::S3PropertiesOutput

Returns the value of attribute s3_properties.



666
667
668
# File 'sig/types.rbs', line 666

def s3_properties
  @s3_properties
end

#snowflake_propertiesTypes::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_propertiesTypes::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_propertiesTypes::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

#unknownObject

Returns the value of attribute unknown.

Returns:

  • (Object)


675
676
677
# File 'sig/types.rbs', line 675

def unknown
  @unknown
end

#vpc_propertiesTypes::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_propertiesTypes::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_propertiesTypes::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