Class: Aws::Types::CreateVpcEndpointServiceConfigurationResult
- Inherits:
-
Object
- Object
- Aws::Types::CreateVpcEndpointServiceConfigurationResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#service_configuration ⇒ Types::ServiceConfiguration
Returns the value of attribute service_configuration.
Instance Attribute Details
#client_token ⇒ ::String
Returns the value of attribute client_token.
3793 3794 3795 |
# File 'sig/types.rbs', line 3793 def client_token @client_token end |
#service_configuration ⇒ Types::ServiceConfiguration
Returns the value of attribute service_configuration.
3792 3793 3794 |
# File 'sig/types.rbs', line 3792 def service_configuration @service_configuration end |