Class: Aws::Types::CreateVpcEndpointResult

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


3774
3775
3776
# File 'sig/types.rbs', line 3774

def client_token
  @client_token
end

#vpc_endpointTypes::VpcEndpoint

Returns the value of attribute vpc_endpoint.

Returns:



3773
3774
3775
# File 'sig/types.rbs', line 3773

def vpc_endpoint
  @vpc_endpoint
end