Class: Aws::Types::UpdateEndpointInput

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#deployment_configTypes::DeploymentConfig

Returns the value of attribute deployment_config.



12136
12137
12138
# File 'sig/types.rbs', line 12136

def deployment_config
  @deployment_config
end

#endpoint_config_name::String

Returns the value of attribute endpoint_config_name.

Returns:

  • (::String)


12133
12134
12135
# File 'sig/types.rbs', line 12133

def endpoint_config_name
  @endpoint_config_name
end

#endpoint_name::String

Returns the value of attribute endpoint_name.

Returns:

  • (::String)


12132
12133
12134
# File 'sig/types.rbs', line 12132

def endpoint_name
  @endpoint_name
end

#exclude_retained_variant_properties::Array[Types::VariantProperty]

Returns the value of attribute exclude_retained_variant_properties.

Returns:



12135
12136
12137
# File 'sig/types.rbs', line 12135

def exclude_retained_variant_properties
  @exclude_retained_variant_properties
end

#retain_all_variant_propertiesBoolean

Returns the value of attribute retain_all_variant_properties.

Returns:

  • (Boolean)


12134
12135
12136
# File 'sig/types.rbs', line 12134

def retain_all_variant_properties
  @retain_all_variant_properties
end

#retain_deployment_configBoolean

Returns the value of attribute retain_deployment_config.

Returns:

  • (Boolean)


12137
12138
12139
# File 'sig/types.rbs', line 12137

def retain_deployment_config
  @retain_deployment_config
end