Class: Aws::Types::AwsRedshiftClusterEndpoint

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#address::String

Returns the value of attribute address.

Returns:

  • (::String)


3821
3822
3823
# File 'sig/types.rbs', line 3821

def address
  @address
end

#port::Integer

Returns the value of attribute port.

Returns:

  • (::Integer)


3822
3823
3824
# File 'sig/types.rbs', line 3822

def port
  @port
end