Class: Aws::Types::DBProxyTarget

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#endpoint::String

Returns the value of attribute endpoint.

Returns:

  • (::String)


1497
1498
1499
# File 'sig/types.rbs', line 1497

def endpoint
  @endpoint
end

#port::Integer

Returns the value of attribute port.

Returns:

  • (::Integer)


1500
1501
1502
# File 'sig/types.rbs', line 1500

def port
  @port
end

#rds_resource_id::String

Returns the value of attribute rds_resource_id.

Returns:

  • (::String)


1499
1500
1501
# File 'sig/types.rbs', line 1499

def rds_resource_id
  @rds_resource_id
end

#role"READ_WRITE", ...

Returns the value of attribute role.

Returns:

  • ("READ_WRITE", "READ_ONLY", "UNKNOWN")


1502
1503
1504
# File 'sig/types.rbs', line 1502

def role
  @role
end

#target_arn::String

Returns the value of attribute target_arn.

Returns:

  • (::String)


1496
1497
1498
# File 'sig/types.rbs', line 1496

def target_arn
  @target_arn
end

#target_healthTypes::TargetHealth

Returns the value of attribute target_health.

Returns:



1503
1504
1505
# File 'sig/types.rbs', line 1503

def target_health
  @target_health
end

#tracked_cluster_id::String

Returns the value of attribute tracked_cluster_id.

Returns:

  • (::String)


1498
1499
1500
# File 'sig/types.rbs', line 1498

def tracked_cluster_id
  @tracked_cluster_id
end

#type"RDS_INSTANCE", ...

Returns the value of attribute type.

Returns:

  • ("RDS_INSTANCE", "RDS_SERVERLESS_ENDPOINT", "TRACKED_CLUSTER")


1501
1502
1503
# File 'sig/types.rbs', line 1501

def type
  @type
end