Class: Aws::Types::CreateDBProxyEndpointRequest

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)


633
634
635
# File 'sig/types.rbs', line 633

def db_proxy_endpoint_name
  @db_proxy_endpoint_name
end

#db_proxy_name::String

Returns the value of attribute db_proxy_name.

Returns:

  • (::String)


632
633
634
# File 'sig/types.rbs', line 632

def db_proxy_name
  @db_proxy_name
end

#endpoint_network_type"IPV4", ...

Returns the value of attribute endpoint_network_type.

Returns:

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


638
639
640
# File 'sig/types.rbs', line 638

def endpoint_network_type
  @endpoint_network_type
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



637
638
639
# File 'sig/types.rbs', line 637

def tags
  @tags
end

#target_role"READ_WRITE", "READ_ONLY"

Returns the value of attribute target_role.

Returns:

  • ("READ_WRITE", "READ_ONLY")


636
637
638
# File 'sig/types.rbs', line 636

def target_role
  @target_role
end

#vpc_security_group_ids::Array[::String]

Returns the value of attribute vpc_security_group_ids.

Returns:

  • (::Array[::String])


635
636
637
# File 'sig/types.rbs', line 635

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


634
635
636
# File 'sig/types.rbs', line 634

def vpc_subnet_ids
  @vpc_subnet_ids
end