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)


14740
14741
14742
# File 'sig/types.rbs', line 14740

def port
  @port
end

#rds_endpoint::String

Returns the value of attribute rds_endpoint.

Returns:

  • (::String)


14741
14742
14743
# File 'sig/types.rbs', line 14741

def rds_endpoint
  @rds_endpoint
end

#subnet_ids::Array[::String]

Returns the value of attribute subnet_ids.

Returns:

  • (::Array[::String])


14739
14740
14741
# File 'sig/types.rbs', line 14739

def subnet_ids
  @subnet_ids
end