Class: Aws::Types::CreateVpcEndpointRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateVpcEndpointRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#domain_arn ⇒ ::String
Returns the value of attribute domain_arn.
-
#vpc_options ⇒ Types::VPCOptions
Returns the value of attribute vpc_options.
Instance Attribute Details
#client_token ⇒ ::String
Returns the value of attribute client_token.
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.
576 577 578 |
# File 'sig/types.rbs', line 576 def domain_arn @domain_arn end |
#vpc_options ⇒ Types::VPCOptions
Returns the value of attribute vpc_options.
577 578 579 |
# File 'sig/types.rbs', line 577 def @vpc_options end |