Module: Aws::DataZone::Client::_UpdateConnectionResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::UpdateConnectionOutput]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #configurations ⇒ ::Array[Types::Configuration]
- #connection_id ⇒ ::String
- #description ⇒ ::String
- #domain_id ⇒ ::String
- #domain_unit_id ⇒ ::String
- #environment_id ⇒ ::String
- #name ⇒ ::String
- #physical_endpoints ⇒ ::Array[Types::PhysicalEndpoint]
- #project_id ⇒ ::String
- #props ⇒ Types::ConnectionPropertiesOutput
- #scope ⇒ "DOMAIN", "PROJECT"
- #type ⇒ "ATHENA", ...
Instance Method Details
#configurations ⇒ ::Array[Types::Configuration]
3845 |
# File 'sig/client.rbs', line 3845
def configurations: () -> ::Array[Types::Configuration]
|
#connection_id ⇒ ::String
3846 |
# File 'sig/client.rbs', line 3846
def connection_id: () -> ::String
|
#description ⇒ ::String
3847 |
# File 'sig/client.rbs', line 3847
def description: () -> ::String
|
#domain_id ⇒ ::String
3848 |
# File 'sig/client.rbs', line 3848
def domain_id: () -> ::String
|
#domain_unit_id ⇒ ::String
3849 |
# File 'sig/client.rbs', line 3849
def domain_unit_id: () -> ::String
|
#environment_id ⇒ ::String
3850 |
# File 'sig/client.rbs', line 3850
def environment_id: () -> ::String
|
#name ⇒ ::String
3851 |
# File 'sig/client.rbs', line 3851
def name: () -> ::String
|
#physical_endpoints ⇒ ::Array[Types::PhysicalEndpoint]
3852 |
# File 'sig/client.rbs', line 3852
def physical_endpoints: () -> ::Array[Types::PhysicalEndpoint]
|
#project_id ⇒ ::String
3853 |
# File 'sig/client.rbs', line 3853
def project_id: () -> ::String
|
#props ⇒ Types::ConnectionPropertiesOutput
3854 |
# File 'sig/client.rbs', line 3854
def props: () -> Types::ConnectionPropertiesOutput
|
#scope ⇒ "DOMAIN", "PROJECT"
3856 |
# File 'sig/client.rbs', line 3856
def scope: () -> ("DOMAIN" | "PROJECT")
|
#type ⇒ "ATHENA", ...
3855 |
# File 'sig/client.rbs', line 3855
def type: () -> ("ATHENA" | "BIGQUERY" | "DATABRICKS" | "DOCUMENTDB" | "DYNAMODB" | "HYPERPOD" | "IAM" | "MYSQL" | "OPENSEARCH" | "ORACLE" | "POSTGRESQL" | "REDSHIFT" | "S3" | "SAPHANA" | "SNOWFLAKE" | "SPARK" | "SQLSERVER" | "TERADATA" | "VERTICA" | "WORKFLOWS_MWAA" | "AMAZON_Q" | "MLFLOW" | "VPC")
|