Class: Aws::Types::BatchGetVpcEndpointResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#vpc_endpoint_details ⇒ ::Array[Types::VpcEndpointDetail]

Returns the value of attribute vpc_endpoint_details.

Returns:



94
95
96
# File 'sig/types.rbs', line 94

def vpc_endpoint_details
  @vpc_endpoint_details
end

#vpc_endpoint_error_details ⇒ ::Array[Types::VpcEndpointErrorDetail]

Returns the value of attribute vpc_endpoint_error_details.

Returns:



95
96
97
# File 'sig/types.rbs', line 95

def vpc_endpoint_error_details
  @vpc_endpoint_error_details
end