Class: Aws::Types::DBProxy

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#auth::Array[Types::UserAuthConfigInfo]

Returns the value of attribute auth.

Returns:



1448
1449
1450
# File 'sig/types.rbs', line 1448

def auth
  @auth
end

#created_date::Time

Returns the value of attribute created_date.

Returns:

  • (::Time)


1454
1455
1456
# File 'sig/types.rbs', line 1454

def created_date
  @created_date
end

#db_proxy_arn::String

Returns the value of attribute db_proxy_arn.

Returns:

  • (::String)


1441
1442
1443
# File 'sig/types.rbs', line 1441

def db_proxy_arn
  @db_proxy_arn
end

#db_proxy_name::String

Returns the value of attribute db_proxy_name.

Returns:

  • (::String)


1440
1441
1442
# File 'sig/types.rbs', line 1440

def db_proxy_name
  @db_proxy_name
end

#debug_loggingBoolean

Returns the value of attribute debug_logging.

Returns:

  • (Boolean)


1453
1454
1455
# File 'sig/types.rbs', line 1453

def debug_logging
  @debug_logging
end

#default_auth_scheme::String

Returns the value of attribute default_auth_scheme.

Returns:

  • (::String)


1447
1448
1449
# File 'sig/types.rbs', line 1447

def default_auth_scheme
  @default_auth_scheme
end

#endpoint::String

Returns the value of attribute endpoint.

Returns:

  • (::String)


1450
1451
1452
# File 'sig/types.rbs', line 1450

def endpoint
  @endpoint
end

#endpoint_network_type"IPV4", ...

Returns the value of attribute endpoint_network_type.

Returns:

  • ("IPV4", "IPV6", "DUAL")


1456
1457
1458
# File 'sig/types.rbs', line 1456

def endpoint_network_type
  @endpoint_network_type
end

#engine_family::String

Returns the value of attribute engine_family.

Returns:

  • (::String)


1443
1444
1445
# File 'sig/types.rbs', line 1443

def engine_family
  @engine_family
end

#idle_client_timeout::Integer

Returns the value of attribute idle_client_timeout.

Returns:

  • (::Integer)


1452
1453
1454
# File 'sig/types.rbs', line 1452

def idle_client_timeout
  @idle_client_timeout
end

#require_tlsBoolean

Returns the value of attribute require_tls.

Returns:

  • (Boolean)


1451
1452
1453
# File 'sig/types.rbs', line 1451

def require_tls
  @require_tls
end

#role_arn::String

Returns the value of attribute role_arn.

Returns:

  • (::String)


1449
1450
1451
# File 'sig/types.rbs', line 1449

def role_arn
  @role_arn
end

#status"available", ...

Returns the value of attribute status.

Returns:

  • ("available", "modifying", "incompatible-network", "insufficient-resource-limits", "creating", "deleting", "suspended", "suspending", "reactivating")


1442
1443
1444
# File 'sig/types.rbs', line 1442

def status
  @status
end

#target_connection_network_type"IPV4", "IPV6"

Returns the value of attribute target_connection_network_type.

Returns:

  • ("IPV4", "IPV6")


1457
1458
1459
# File 'sig/types.rbs', line 1457

def target_connection_network_type
  @target_connection_network_type
end

#updated_date::Time

Returns the value of attribute updated_date.

Returns:

  • (::Time)


1455
1456
1457
# File 'sig/types.rbs', line 1455

def updated_date
  @updated_date
end

#vpc_id::String

Returns the value of attribute vpc_id.

Returns:

  • (::String)


1444
1445
1446
# File 'sig/types.rbs', line 1444

def vpc_id
  @vpc_id
end

#vpc_security_group_ids::Array[::String]

Returns the value of attribute vpc_security_group_ids.

Returns:

  • (::Array[::String])


1445
1446
1447
# File 'sig/types.rbs', line 1445

def vpc_security_group_ids
  @vpc_security_group_ids
end

#vpc_subnet_ids::Array[::String]

Returns the value of attribute vpc_subnet_ids.

Returns:

  • (::Array[::String])


1446
1447
1448
# File 'sig/types.rbs', line 1446

def vpc_subnet_ids
  @vpc_subnet_ids
end