Class: Aws::Types::ListConnectionsInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#domain_identifier::String

Returns the value of attribute domain_identifier.

Returns:

  • (::String)


3891
3892
3893
# File 'sig/types.rbs', line 3891

def domain_identifier
  @domain_identifier
end

#environment_identifier::String

Returns the value of attribute environment_identifier.

Returns:

  • (::String)


3897
3898
3899
# File 'sig/types.rbs', line 3897

def environment_identifier
  @environment_identifier
end

#max_results::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


3892
3893
3894
# File 'sig/types.rbs', line 3892

def max_results
  @max_results
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


3896
3897
3898
# File 'sig/types.rbs', line 3896

def name
  @name
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


3893
3894
3895
# File 'sig/types.rbs', line 3893

def next_token
  @next_token
end

#project_identifier::String

Returns the value of attribute project_identifier.

Returns:

  • (::String)


3898
3899
3900
# File 'sig/types.rbs', line 3898

def project_identifier
  @project_identifier
end

#scope"DOMAIN", "PROJECT"

Returns the value of attribute scope.

Returns:

  • ("DOMAIN", "PROJECT")


3900
3901
3902
# File 'sig/types.rbs', line 3900

def scope
  @scope
end

#sort_by"NAME"

Returns the value of attribute sort_by.

Returns:

  • ("NAME")


3894
3895
3896
# File 'sig/types.rbs', line 3894

def sort_by
  @sort_by
end

#sort_order"ASCENDING", "DESCENDING"

Returns the value of attribute sort_order.

Returns:

  • ("ASCENDING", "DESCENDING")


3895
3896
3897
# File 'sig/types.rbs', line 3895

def sort_order
  @sort_order
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")


3899
3900
3901
# File 'sig/types.rbs', line 3899

def type
  @type
end