Class: Aws::Types::CreateVerifiedAccessEndpointRdsOptions

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)


3561
3562
3563
# File 'sig/types.rbs', line 3561

def port
  @port
end

#protocol"http", ...

Returns the value of attribute protocol.

Returns:

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


3560
3561
3562
# File 'sig/types.rbs', line 3560

def protocol
  @protocol
end

#rds_db_cluster_arn::String

Returns the value of attribute rds_db_cluster_arn.

Returns:

  • (::String)


3563
3564
3565
# File 'sig/types.rbs', line 3563

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)


3562
3563
3564
# File 'sig/types.rbs', line 3562

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)


3564
3565
3566
# File 'sig/types.rbs', line 3564

def rds_db_proxy_arn
  @rds_db_proxy_arn
end

#rds_endpoint::String

Returns the value of attribute rds_endpoint.

Returns:

  • (::String)


3565
3566
3567
# File 'sig/types.rbs', line 3565

def rds_endpoint
  @rds_endpoint
end

#subnet_ids::Array[::String]

Returns the value of attribute subnet_ids.

Returns:

  • (::Array[::String])


3566
3567
3568
# File 'sig/types.rbs', line 3566

def subnet_ids
  @subnet_ids
end