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)


19283
19284
19285
# File 'sig/types.rbs', line 19283

def port
  @port
end

#protocol"http", ...

Returns the value of attribute protocol.

Returns:

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


19282
19283
19284
# File 'sig/types.rbs', line 19282

def protocol
  @protocol
end

#rds_db_cluster_arn::String

Returns the value of attribute rds_db_cluster_arn.

Returns:

  • (::String)


19285
19286
19287
# File 'sig/types.rbs', line 19285

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)


19284
19285
19286
# File 'sig/types.rbs', line 19284

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)


19286
19287
19288
# File 'sig/types.rbs', line 19286

def rds_db_proxy_arn
  @rds_db_proxy_arn
end

#rds_endpoint::String

Returns the value of attribute rds_endpoint.

Returns:

  • (::String)


19287
19288
19289
# File 'sig/types.rbs', line 19287

def rds_endpoint
  @rds_endpoint
end

#subnet_ids::Array[::String]

Returns the value of attribute subnet_ids.

Returns:

  • (::Array[::String])


19288
19289
19290
# File 'sig/types.rbs', line 19288

def subnet_ids
  @subnet_ids
end