Class: Aws::Types::CreateVpcEndpointRequest

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)


578
579
580
# File 'sig/types.rbs', line 578

def client_token
  @client_token
end

#domain_arn::String

Returns the value of attribute domain_arn.

Returns:

  • (::String)


576
577
578
# File 'sig/types.rbs', line 576

def domain_arn
  @domain_arn
end

#vpc_optionsTypes::VPCOptions

Returns the value of attribute vpc_options.

Returns:



577
578
579
# File 'sig/types.rbs', line 577

def vpc_options
  @vpc_options
end