Class: Aws::Types::UpdateEndpointInput
- Inherits:
-
Object
- Object
- Aws::Types::UpdateEndpointInput
- 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.
-
#exclude_retained_variant_properties ⇒ ::Array[Types::VariantProperty]
Returns the value of attribute exclude_retained_variant_properties.
-
#retain_all_variant_properties ⇒ Boolean
Returns the value of attribute retain_all_variant_properties.
-
#retain_deployment_config ⇒ Boolean
Returns the value of attribute retain_deployment_config.
Instance Attribute Details
#deployment_config ⇒ Types::DeploymentConfig
Returns the value of attribute deployment_config.
12052 12053 12054 |
# File 'sig/types.rbs', line 12052 def deployment_config @deployment_config end |
#endpoint_config_name ⇒ ::String
Returns the value of attribute endpoint_config_name.
12049 12050 12051 |
# File 'sig/types.rbs', line 12049 def endpoint_config_name @endpoint_config_name end |
#endpoint_name ⇒ ::String
Returns the value of attribute endpoint_name.
12048 12049 12050 |
# File 'sig/types.rbs', line 12048 def endpoint_name @endpoint_name end |
#exclude_retained_variant_properties ⇒ ::Array[Types::VariantProperty]
Returns the value of attribute exclude_retained_variant_properties.
12051 12052 12053 |
# File 'sig/types.rbs', line 12051 def exclude_retained_variant_properties @exclude_retained_variant_properties end |
#retain_all_variant_properties ⇒ Boolean
Returns the value of attribute retain_all_variant_properties.
12050 12051 12052 |
# File 'sig/types.rbs', line 12050 def retain_all_variant_properties @retain_all_variant_properties end |
#retain_deployment_config ⇒ Boolean
Returns the value of attribute retain_deployment_config.
12053 12054 12055 |
# File 'sig/types.rbs', line 12053 def retain_deployment_config @retain_deployment_config end |