Class: Aws::Types::ModifyDBProxyEndpointRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#db_proxy_endpoint_name::String

Returns the value of attribute db_proxy_endpoint_name.

Returns:

  • (::String)


3128
3129
3130
# File 'sig/types.rbs', line 3128

def db_proxy_endpoint_name
  @db_proxy_endpoint_name
end

#new_db_proxy_endpoint_name::String

Returns the value of attribute new_db_proxy_endpoint_name.

Returns:

  • (::String)


3129
3130
3131
# File 'sig/types.rbs', line 3129

def new_db_proxy_endpoint_name
  @new_db_proxy_endpoint_name
end

#vpc_security_group_ids::Array[::String]

Returns the value of attribute vpc_security_group_ids.

Returns:

  • (::Array[::String])


3130
3131
3132
# File 'sig/types.rbs', line 3130

def vpc_security_group_ids
  @vpc_security_group_ids
end