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.
2188 2189 2190 |
# File 'sig/types.rbs', line 2188 def deployment_config @deployment_config end |
#endpoint_config_name ⇒ ::String
Returns the value of attribute endpoint_config_name.
2187 2188 2189 |
# File 'sig/types.rbs', line 2187 def endpoint_config_name @endpoint_config_name end |
#endpoint_name ⇒ ::String
Returns the value of attribute endpoint_name.
2186 2187 2188 |
# File 'sig/types.rbs', line 2186 def endpoint_name @endpoint_name end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
2189 2190 2191 |
# File 'sig/types.rbs', line 2189 def @tags end |