Class: Aws::Types::CreateVPCEConfigurationRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateVPCEConfigurationRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#service_dns_name ⇒ ::String
Returns the value of attribute service_dns_name.
-
#vpce_configuration_description ⇒ ::String
Returns the value of attribute vpce_configuration_description.
-
#vpce_configuration_name ⇒ ::String
Returns the value of attribute vpce_configuration_name.
-
#vpce_service_name ⇒ ::String
Returns the value of attribute vpce_service_name.
Instance Attribute Details
#service_dns_name ⇒ ::String
Returns the value of attribute service_dns_name.
188 189 190 |
# File 'sig/types.rbs', line 188 def service_dns_name @service_dns_name end |
#vpce_configuration_description ⇒ ::String
Returns the value of attribute vpce_configuration_description.
189 190 191 |
# File 'sig/types.rbs', line 189 def vpce_configuration_description @vpce_configuration_description end |
#vpce_configuration_name ⇒ ::String
Returns the value of attribute vpce_configuration_name.
186 187 188 |
# File 'sig/types.rbs', line 186 def vpce_configuration_name @vpce_configuration_name end |
#vpce_service_name ⇒ ::String
Returns the value of attribute vpce_service_name.
187 188 189 |
# File 'sig/types.rbs', line 187 def vpce_service_name @vpce_service_name end |