Class: Aws::Types::ConnectionSummary

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#configurations::Array[Types::Configuration]

Returns the value of attribute configurations.

Returns:



759
760
761
# File 'sig/types.rbs', line 759

def configurations
  @configurations
end

#connection_id::String

Returns the value of attribute connection_id.

Returns:

  • (::String)


760
761
762
# File 'sig/types.rbs', line 760

def connection_id
  @connection_id
end

#domain_id::String

Returns the value of attribute domain_id.

Returns:

  • (::String)


761
762
763
# File 'sig/types.rbs', line 761

def domain_id
  @domain_id
end

#domain_unit_id::String

Returns the value of attribute domain_unit_id.

Returns:

  • (::String)


762
763
764
# File 'sig/types.rbs', line 762

def domain_unit_id
  @domain_unit_id
end

#environment_id::String

Returns the value of attribute environment_id.

Returns:

  • (::String)


763
764
765
# File 'sig/types.rbs', line 763

def environment_id
  @environment_id
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


764
765
766
# File 'sig/types.rbs', line 764

def name
  @name
end

#physical_endpoints::Array[Types::PhysicalEndpoint]

Returns the value of attribute physical_endpoints.

Returns:



765
766
767
# File 'sig/types.rbs', line 765

def physical_endpoints
  @physical_endpoints
end

#project_id::String

Returns the value of attribute project_id.

Returns:

  • (::String)


766
767
768
# File 'sig/types.rbs', line 766

def project_id
  @project_id
end

#propsTypes::ConnectionPropertiesOutput

Returns the value of attribute props.



767
768
769
# File 'sig/types.rbs', line 767

def props
  @props
end

#scope"DOMAIN", "PROJECT"

Returns the value of attribute scope.

Returns:

  • ("DOMAIN", "PROJECT")


769
770
771
# File 'sig/types.rbs', line 769

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


768
769
770
# File 'sig/types.rbs', line 768

def type
  @type
end