Class: Aws::Types::CreateEndpointConfigInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#async_inference_configTypes::AsyncInferenceConfig

Returns the value of attribute async_inference_config.



2185
2186
2187
# File 'sig/types.rbs', line 2185

def async_inference_config
  @async_inference_config
end

#data_capture_configTypes::DataCaptureConfig

Returns the value of attribute data_capture_config.



2182
2183
2184
# File 'sig/types.rbs', line 2182

def data_capture_config
  @data_capture_config
end

#enable_network_isolationBoolean

Returns the value of attribute enable_network_isolation.

Returns:

  • (Boolean)


2190
2191
2192
# File 'sig/types.rbs', line 2190

def enable_network_isolation
  @enable_network_isolation
end

#endpoint_config_name::String

Returns the value of attribute endpoint_config_name.

Returns:

  • (::String)


2180
2181
2182
# File 'sig/types.rbs', line 2180

def endpoint_config_name
  @endpoint_config_name
end

#execution_role_arn::String

Returns the value of attribute execution_role_arn.

Returns:

  • (::String)


2188
2189
2190
# File 'sig/types.rbs', line 2188

def execution_role_arn
  @execution_role_arn
end

#explainer_configTypes::ExplainerConfig

Returns the value of attribute explainer_config.



2186
2187
2188
# File 'sig/types.rbs', line 2186

def explainer_config
  @explainer_config
end

#kms_key_id::String

Returns the value of attribute kms_key_id.

Returns:

  • (::String)


2184
2185
2186
# File 'sig/types.rbs', line 2184

def kms_key_id
  @kms_key_id
end

#metrics_configTypes::MetricsConfig

Returns the value of attribute metrics_config.



2191
2192
2193
# File 'sig/types.rbs', line 2191

def metrics_config
  @metrics_config
end

#production_variants::Array[Types::ProductionVariant]

Returns the value of attribute production_variants.

Returns:



2181
2182
2183
# File 'sig/types.rbs', line 2181

def production_variants
  @production_variants
end

#shadow_production_variants::Array[Types::ProductionVariant]

Returns the value of attribute shadow_production_variants.

Returns:



2187
2188
2189
# File 'sig/types.rbs', line 2187

def shadow_production_variants
  @shadow_production_variants
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



2183
2184
2185
# File 'sig/types.rbs', line 2183

def tags
  @tags
end

#vpc_configTypes::VpcConfig

Returns the value of attribute vpc_config.

Returns:



2189
2190
2191
# File 'sig/types.rbs', line 2189

def vpc_config
  @vpc_config
end