Class: Aws::Types::UpdateConnectionOutput

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:description])

Instance Attribute Summary collapse

Instance Attribute Details

#configurations::Array[Types::Configuration]

Returns the value of attribute configurations.

Returns:



6424
6425
6426
# File 'sig/types.rbs', line 6424

def configurations
  @configurations
end

#connection_id::String

Returns the value of attribute connection_id.

Returns:

  • (::String)


6425
6426
6427
# File 'sig/types.rbs', line 6425

def connection_id
  @connection_id
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


6426
6427
6428
# File 'sig/types.rbs', line 6426

def description
  @description
end

#domain_id::String

Returns the value of attribute domain_id.

Returns:

  • (::String)


6427
6428
6429
# File 'sig/types.rbs', line 6427

def domain_id
  @domain_id
end

#domain_unit_id::String

Returns the value of attribute domain_unit_id.

Returns:

  • (::String)


6428
6429
6430
# File 'sig/types.rbs', line 6428

def domain_unit_id
  @domain_unit_id
end

#environment_id::String

Returns the value of attribute environment_id.

Returns:

  • (::String)


6429
6430
6431
# File 'sig/types.rbs', line 6429

def environment_id
  @environment_id
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


6430
6431
6432
# File 'sig/types.rbs', line 6430

def name
  @name
end

#physical_endpoints::Array[Types::PhysicalEndpoint]

Returns the value of attribute physical_endpoints.

Returns:



6431
6432
6433
# File 'sig/types.rbs', line 6431

def physical_endpoints
  @physical_endpoints
end

#project_id::String

Returns the value of attribute project_id.

Returns:

  • (::String)


6432
6433
6434
# File 'sig/types.rbs', line 6432

def project_id
  @project_id
end

#propsTypes::ConnectionPropertiesOutput

Returns the value of attribute props.



6433
6434
6435
# File 'sig/types.rbs', line 6433

def props
  @props
end

#scope"DOMAIN", "PROJECT"

Returns the value of attribute scope.

Returns:

  • ("DOMAIN", "PROJECT")


6435
6436
6437
# File 'sig/types.rbs', line 6435

def scope
  @scope
end

#type"ATHENA", ...

Returns the value of attribute type.

Returns:

  • ("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", "GIT")


6434
6435
6436
# File 'sig/types.rbs', line 6434

def type
  @type
end