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]
3807 |
# File 'sig/client.rbs', line 3807
def configurations: () -> ::Array[Types::Configuration]
|
#connection_id ⇒ ::String
3808 |
# File 'sig/client.rbs', line 3808
def connection_id: () -> ::String
|
#description ⇒ ::String
3809 |
# File 'sig/client.rbs', line 3809
def description: () -> ::String
|
#domain_id ⇒ ::String
3810 |
# File 'sig/client.rbs', line 3810
def domain_id: () -> ::String
|
#domain_unit_id ⇒ ::String
3811 |
# File 'sig/client.rbs', line 3811
def domain_unit_id: () -> ::String
|
#environment_id ⇒ ::String
3812 |
# File 'sig/client.rbs', line 3812
def environment_id: () -> ::String
|
#name ⇒ ::String
3813 |
# File 'sig/client.rbs', line 3813
def name: () -> ::String
|
#physical_endpoints ⇒ ::Array[Types::PhysicalEndpoint]
3814 |
# File 'sig/client.rbs', line 3814
def physical_endpoints: () -> ::Array[Types::PhysicalEndpoint]
|
#project_id ⇒ ::String
3815 |
# File 'sig/client.rbs', line 3815
def project_id: () -> ::String
|
#props ⇒ Types::ConnectionPropertiesOutput
3816 |
# File 'sig/client.rbs', line 3816
def props: () -> Types::ConnectionPropertiesOutput
|
#scope ⇒ "DOMAIN", "PROJECT"
3818 |
# File 'sig/client.rbs', line 3818
def scope: () -> ("DOMAIN" | "PROJECT")
|
#type ⇒ "ATHENA", ...
3817 |
# File 'sig/client.rbs', line 3817
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")
|