Class: Aws::Types::CreateEndpointInput
- Inherits:
-
Object
- Object
- Aws::Types::CreateEndpointInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#deployment_config ⇒ Types::DeploymentConfig
Returns the value of attribute deployment_config.
-
#endpoint_config_name ⇒ ::String
Returns the value of attribute endpoint_config_name.
-
#endpoint_name ⇒ ::String
Returns the value of attribute endpoint_name.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
Instance Attribute Details
#deployment_config ⇒ Types::DeploymentConfig
Returns the value of attribute deployment_config.
2203 2204 2205 |
# File 'sig/types.rbs', line 2203 def deployment_config @deployment_config end |
#endpoint_config_name ⇒ ::String
Returns the value of attribute endpoint_config_name.
2202 2203 2204 |
# File 'sig/types.rbs', line 2202 def endpoint_config_name @endpoint_config_name end |
#endpoint_name ⇒ ::String
Returns the value of attribute endpoint_name.
2201 2202 2203 |
# File 'sig/types.rbs', line 2201 def endpoint_name @endpoint_name end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
2204 2205 2206 |
# File 'sig/types.rbs', line 2204 def @tags end |