Class: Aws::Types::AccessEndpoint

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#access_endpoint_type"STREAMING_WSP"

Returns the value of attribute access_endpoint_type.

Returns:

  • ("STREAMING_WSP")


28
29
30
# File 'sig/types.rbs', line 28

def access_endpoint_type
  @access_endpoint_type
end

#vpc_endpoint_id::String

Returns the value of attribute vpc_endpoint_id.

Returns:

  • (::String)


29
30
31
# File 'sig/types.rbs', line 29

def vpc_endpoint_id
  @vpc_endpoint_id
end