Class: Aws::Types::VerifiedAccessEndpointRdsOptions

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)


18617
18618
18619
# File 'sig/types.rbs', line 18617

def port
  @port
end

#protocol"http", ...

Returns the value of attribute protocol.

Returns:

  • ("http", "https", "tcp")


18616
18617
18618
# File 'sig/types.rbs', line 18616

def protocol
  @protocol
end

#rds_db_cluster_arn::String

Returns the value of attribute rds_db_cluster_arn.

Returns:

  • (::String)


18619
18620
18621
# File 'sig/types.rbs', line 18619

def rds_db_cluster_arn
  @rds_db_cluster_arn
end

#rds_db_instance_arn::String

Returns the value of attribute rds_db_instance_arn.

Returns:

  • (::String)


18618
18619
18620
# File 'sig/types.rbs', line 18618

def rds_db_instance_arn
  @rds_db_instance_arn
end

#rds_db_proxy_arn::String

Returns the value of attribute rds_db_proxy_arn.

Returns:

  • (::String)


18620
18621
18622
# File 'sig/types.rbs', line 18620

def rds_db_proxy_arn
  @rds_db_proxy_arn
end

#rds_endpoint::String

Returns the value of attribute rds_endpoint.

Returns:

  • (::String)


18621
18622
18623
# File 'sig/types.rbs', line 18621

def rds_endpoint
  @rds_endpoint
end

#subnet_ids::Array[::String]

Returns the value of attribute subnet_ids.

Returns:

  • (::Array[::String])


18622
18623
18624
# File 'sig/types.rbs', line 18622

def subnet_ids
  @subnet_ids
end