Class: Aws::Types::DescribeVpcEndpointsResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#vpc_endpoint_errors::Array[Types::VpcEndpointError]

Returns the value of attribute vpc_endpoint_errors.

Returns:



952
953
954
# File 'sig/types.rbs', line 952

def vpc_endpoint_errors
  @vpc_endpoint_errors
end

#vpc_endpoints::Array[Types::VpcEndpoint]

Returns the value of attribute vpc_endpoints.

Returns:



951
952
953
# File 'sig/types.rbs', line 951

def vpc_endpoints
  @vpc_endpoints
end