Class: Aws::Types::ModifyVerifiedAccessEndpointRdsOptions

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#port::Integer

Returns the value of attribute port.

Returns:

  • (::Integer)


14098
14099
14100
# File 'sig/types.rbs', line 14098

def port
  @port
end

#rds_endpoint::String

Returns the value of attribute rds_endpoint.

Returns:

  • (::String)


14099
14100
14101
# File 'sig/types.rbs', line 14099

def rds_endpoint
  @rds_endpoint
end

#subnet_ids::Array[::String]

Returns the value of attribute subnet_ids.

Returns:

  • (::Array[::String])


14097
14098
14099
# File 'sig/types.rbs', line 14097

def subnet_ids
  @subnet_ids
end