Class: Aws::Types::DBProxyEndpoint

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#created_date::Time

Returns the value of attribute created_date.

Returns:

  • (::Time)


1473
1474
1475
# File 'sig/types.rbs', line 1473

def created_date
  @created_date
end

#db_proxy_endpoint_arn::String

Returns the value of attribute db_proxy_endpoint_arn.

Returns:

  • (::String)


1466
1467
1468
# File 'sig/types.rbs', line 1466

def db_proxy_endpoint_arn
  @db_proxy_endpoint_arn
end

#db_proxy_endpoint_name::String

Returns the value of attribute db_proxy_endpoint_name.

Returns:

  • (::String)


1465
1466
1467
# File 'sig/types.rbs', line 1465

def db_proxy_endpoint_name
  @db_proxy_endpoint_name
end

#db_proxy_name::String

Returns the value of attribute db_proxy_name.

Returns:

  • (::String)


1467
1468
1469
# File 'sig/types.rbs', line 1467

def db_proxy_name
  @db_proxy_name
end

#endpoint::String

Returns the value of attribute endpoint.

Returns:

  • (::String)


1472
1473
1474
# File 'sig/types.rbs', line 1472

def endpoint
  @endpoint
end

#endpoint_network_type"IPV4", ...

Returns the value of attribute endpoint_network_type.

Returns:

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


1476
1477
1478
# File 'sig/types.rbs', line 1476

def endpoint_network_type
  @endpoint_network_type
end

#is_defaultBoolean

Returns the value of attribute is_default.

Returns:

  • (Boolean)


1475
1476
1477
# File 'sig/types.rbs', line 1475

def is_default
  @is_default
end

#status"available", ...

Returns the value of attribute status.

Returns:

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


1468
1469
1470
# File 'sig/types.rbs', line 1468

def status
  @status
end

#target_role"READ_WRITE", "READ_ONLY"

Returns the value of attribute target_role.

Returns:

  • ("READ_WRITE", "READ_ONLY")


1474
1475
1476
# File 'sig/types.rbs', line 1474

def target_role
  @target_role
end

#vpc_id::String

Returns the value of attribute vpc_id.

Returns:

  • (::String)


1469
1470
1471
# File 'sig/types.rbs', line 1469

def vpc_id
  @vpc_id
end

#vpc_security_group_ids::Array[::String]

Returns the value of attribute vpc_security_group_ids.

Returns:

  • (::Array[::String])


1470
1471
1472
# File 'sig/types.rbs', line 1470

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


1471
1472
1473
# File 'sig/types.rbs', line 1471

def vpc_subnet_ids
  @vpc_subnet_ids
end