Class: Aws::Types::ConnectionPropertiesInput

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::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_propertiesTypes::AthenaPropertiesInput

Returns the value of attribute athena_properties.



603
604
605
# File 'sig/types.rbs', line 603

def athena_properties
  @athena_properties
end

#git_propertiesTypes::GitPropertiesInput

Returns the value of attribute git_properties.



618
619
620
# File 'sig/types.rbs', line 618

def git_properties
  @git_properties
end

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

Returns the value of attribute iam_properties.



606
607
608
# File 'sig/types.rbs', line 606

def iam_properties
  @iam_properties
end

#lakehouse_propertiesTypes::LakehousePropertiesInput

Returns the value of attribute lakehouse_properties.



616
617
618
# File 'sig/types.rbs', line 616

def lakehouse_properties
  @lakehouse_properties
end

#mlflow_propertiesTypes::MlflowPropertiesInput

Returns the value of attribute mlflow_properties.



613
614
615
# File 'sig/types.rbs', line 613

def mlflow_properties
  @mlflow_properties
end

#redshift_propertiesTypes::RedshiftPropertiesInput

Returns the value of attribute redshift_properties.



607
608
609
# File 'sig/types.rbs', line 607

def redshift_properties
  @redshift_properties
end

#s3_propertiesTypes::S3PropertiesInput

Returns the value of attribute s3_properties.



610
611
612
# File 'sig/types.rbs', line 610

def s3_properties
  @s3_properties
end

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

#unknownObject

Returns the value of attribute unknown.

Returns:

  • (Object)


619
620
621
# File 'sig/types.rbs', line 619

def unknown
  @unknown
end

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