Class: Aws::Types::GetConnectionOutput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:connection_credentials, :description])

Instance Attribute Summary collapse

Instance Attribute Details

#configurations::Array[Types::Configuration]

Returns the value of attribute configurations.

Returns:



2579
2580
2581
# File 'sig/types.rbs', line 2579

def configurations
  @configurations
end

#connection_credentialsTypes::ConnectionCredentials

Returns the value of attribute connection_credentials.



2578
2579
2580
# File 'sig/types.rbs', line 2578

def connection_credentials
  @connection_credentials
end

#connection_id::String

Returns the value of attribute connection_id.

Returns:

  • (::String)


2580
2581
2582
# File 'sig/types.rbs', line 2580

def connection_id
  @connection_id
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


2581
2582
2583
# File 'sig/types.rbs', line 2581

def description
  @description
end

#domain_id::String

Returns the value of attribute domain_id.

Returns:

  • (::String)


2582
2583
2584
# File 'sig/types.rbs', line 2582

def domain_id
  @domain_id
end

#domain_unit_id::String

Returns the value of attribute domain_unit_id.

Returns:

  • (::String)


2583
2584
2585
# File 'sig/types.rbs', line 2583

def domain_unit_id
  @domain_unit_id
end

#environment_id::String

Returns the value of attribute environment_id.

Returns:

  • (::String)


2584
2585
2586
# File 'sig/types.rbs', line 2584

def environment_id
  @environment_id
end

#environment_user_role::String

Returns the value of attribute environment_user_role.

Returns:

  • (::String)


2585
2586
2587
# File 'sig/types.rbs', line 2585

def environment_user_role
  @environment_user_role
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


2586
2587
2588
# File 'sig/types.rbs', line 2586

def name
  @name
end

#physical_endpoints::Array[Types::PhysicalEndpoint]

Returns the value of attribute physical_endpoints.

Returns:



2587
2588
2589
# File 'sig/types.rbs', line 2587

def physical_endpoints
  @physical_endpoints
end

#project_id::String

Returns the value of attribute project_id.

Returns:

  • (::String)


2588
2589
2590
# File 'sig/types.rbs', line 2588

def project_id
  @project_id
end

#propsTypes::ConnectionPropertiesOutput

Returns the value of attribute props.



2589
2590
2591
# File 'sig/types.rbs', line 2589

def props
  @props
end

#scope"DOMAIN", "PROJECT"

Returns the value of attribute scope.

Returns:

  • ("DOMAIN", "PROJECT")


2591
2592
2593
# File 'sig/types.rbs', line 2591

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")


2590
2591
2592
# File 'sig/types.rbs', line 2590

def type
  @type
end