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)


3723
3724
3725
# File 'sig/types.rbs', line 3723

def port
  @port
end

#protocol"http", ...

Returns the value of attribute protocol.

Returns:

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


3722
3723
3724
# File 'sig/types.rbs', line 3722

def protocol
  @protocol
end

#rds_db_cluster_arn::String

Returns the value of attribute rds_db_cluster_arn.

Returns:

  • (::String)


3725
3726
3727
# File 'sig/types.rbs', line 3725

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)


3724
3725
3726
# File 'sig/types.rbs', line 3724

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)


3726
3727
3728
# File 'sig/types.rbs', line 3726

def rds_db_proxy_arn
  @rds_db_proxy_arn
end

#rds_endpoint::String

Returns the value of attribute rds_endpoint.

Returns:

  • (::String)


3727
3728
3729
# File 'sig/types.rbs', line 3727

def rds_endpoint
  @rds_endpoint
end

#subnet_ids::Array[::String]

Returns the value of attribute subnet_ids.

Returns:

  • (::Array[::String])


3728
3729
3730
# File 'sig/types.rbs', line 3728

def subnet_ids
  @subnet_ids
end