Class: Aws::Types::Endpoint

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

Constant Summary collapse

SENSITIVE =

Instance Attribute Summary collapse

Instance Attribute Details

#address::String

Returns the value of attribute address.



1444
1445
1446
# File 'sig/types.rbs', line 1444

def address
  @address
end

#port::Integer

Returns the value of attribute port.



1445
1446
1447
# File 'sig/types.rbs', line 1445

def port
  @port
end

#vpc_endpoints::Array[Types::VpcEndpoint]

Returns the value of attribute vpc_endpoints.



1446
1447
1448
# File 'sig/types.rbs', line 1446

def vpc_endpoints
  @vpc_endpoints
end