Class: Aws::Types::DescribeEndpointConfigOutput
- Inherits:
-
Object
- Object
- Aws::Types::DescribeEndpointConfigOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#async_inference_config ⇒ Types::AsyncInferenceConfig
Returns the value of attribute async_inference_config.
-
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
-
#data_capture_config ⇒ Types::DataCaptureConfig
Returns the value of attribute data_capture_config.
-
#enable_network_isolation ⇒ Boolean
Returns the value of attribute enable_network_isolation.
-
#endpoint_config_arn ⇒ ::String
Returns the value of attribute endpoint_config_arn.
-
#endpoint_config_name ⇒ ::String
Returns the value of attribute endpoint_config_name.
-
#execution_role_arn ⇒ ::String
Returns the value of attribute execution_role_arn.
-
#explainer_config ⇒ Types::ExplainerConfig
Returns the value of attribute explainer_config.
-
#kms_key_id ⇒ ::String
Returns the value of attribute kms_key_id.
-
#metrics_config ⇒ Types::MetricsConfig
Returns the value of attribute metrics_config.
-
#production_variants ⇒ ::Array[Types::ProductionVariant]
Returns the value of attribute production_variants.
-
#shadow_production_variants ⇒ ::Array[Types::ProductionVariant]
Returns the value of attribute shadow_production_variants.
-
#vpc_config ⇒ Types::VpcConfig
Returns the value of attribute vpc_config.
Instance Attribute Details
#async_inference_config ⇒ Types::AsyncInferenceConfig
Returns the value of attribute async_inference_config.
4233 4234 4235 |
# File 'sig/types.rbs', line 4233 def async_inference_config @async_inference_config end |
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
4232 4233 4234 |
# File 'sig/types.rbs', line 4232 def creation_time @creation_time end |
#data_capture_config ⇒ Types::DataCaptureConfig
Returns the value of attribute data_capture_config.
4230 4231 4232 |
# File 'sig/types.rbs', line 4230 def data_capture_config @data_capture_config end |
#enable_network_isolation ⇒ Boolean
Returns the value of attribute enable_network_isolation.
4238 4239 4240 |
# File 'sig/types.rbs', line 4238 def enable_network_isolation @enable_network_isolation end |
#endpoint_config_arn ⇒ ::String
Returns the value of attribute endpoint_config_arn.
4228 4229 4230 |
# File 'sig/types.rbs', line 4228 def endpoint_config_arn @endpoint_config_arn end |
#endpoint_config_name ⇒ ::String
Returns the value of attribute endpoint_config_name.
4227 4228 4229 |
# File 'sig/types.rbs', line 4227 def endpoint_config_name @endpoint_config_name end |
#execution_role_arn ⇒ ::String
Returns the value of attribute execution_role_arn.
4236 4237 4238 |
# File 'sig/types.rbs', line 4236 def execution_role_arn @execution_role_arn end |
#explainer_config ⇒ Types::ExplainerConfig
Returns the value of attribute explainer_config.
4234 4235 4236 |
# File 'sig/types.rbs', line 4234 def explainer_config @explainer_config end |
#kms_key_id ⇒ ::String
Returns the value of attribute kms_key_id.
4231 4232 4233 |
# File 'sig/types.rbs', line 4231 def kms_key_id @kms_key_id end |
#metrics_config ⇒ Types::MetricsConfig
Returns the value of attribute metrics_config.
4239 4240 4241 |
# File 'sig/types.rbs', line 4239 def metrics_config @metrics_config end |
#production_variants ⇒ ::Array[Types::ProductionVariant]
Returns the value of attribute production_variants.
4229 4230 4231 |
# File 'sig/types.rbs', line 4229 def production_variants @production_variants end |
#shadow_production_variants ⇒ ::Array[Types::ProductionVariant]
Returns the value of attribute shadow_production_variants.
4235 4236 4237 |
# File 'sig/types.rbs', line 4235 def shadow_production_variants @shadow_production_variants end |
#vpc_config ⇒ Types::VpcConfig
Returns the value of attribute vpc_config.
4237 4238 4239 |
# File 'sig/types.rbs', line 4237 def vpc_config @vpc_config end |