Method: Aws::Redshift::Types::EndpointAccess#address
- Defined in:
- lib/aws-sdk-redshift/types.rb
#address ⇒ String
The DNS address of the endpoint.
6439 6440 6441 6442 6443 6444 6445 6446 6447 6448 6449 6450 6451 6452 |
# File 'lib/aws-sdk-redshift/types.rb', line 6439 class EndpointAccess < Struct.new( :cluster_identifier, :resource_owner, :subnet_group_name, :endpoint_status, :endpoint_name, :endpoint_create_time, :port, :address, :vpc_security_groups, :vpc_endpoint) SENSITIVE = [] include Aws::Structure end |