Class: Aws::Types::DescribeEndpointConfigOutput

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

Constant Summary collapse

SENSITIVE =

Instance Attribute Summary collapse

Instance Attribute Details

#async_inference_configTypes::AsyncInferenceConfig

Returns the value of attribute async_inference_config.



4250
4251
4252
# File 'sig/types.rbs', line 4250

def async_inference_config
  @async_inference_config
end

#creation_time::Time

Returns the value of attribute creation_time.



4249
4250
4251
# File 'sig/types.rbs', line 4249

def creation_time
  @creation_time
end

#data_capture_configTypes::DataCaptureConfig

Returns the value of attribute data_capture_config.



4247
4248
4249
# File 'sig/types.rbs', line 4247

def data_capture_config
  @data_capture_config
end

#enable_network_isolationBoolean

Returns the value of attribute enable_network_isolation.



4255
4256
4257
# File 'sig/types.rbs', line 4255

def enable_network_isolation
  @enable_network_isolation
end

#endpoint_config_arn::String

Returns the value of attribute endpoint_config_arn.



4245
4246
4247
# File 'sig/types.rbs', line 4245

def endpoint_config_arn
  @endpoint_config_arn
end

#endpoint_config_name::String

Returns the value of attribute endpoint_config_name.



4244
4245
4246
# File 'sig/types.rbs', line 4244

def endpoint_config_name
  @endpoint_config_name
end

#execution_role_arn::String

Returns the value of attribute execution_role_arn.



4253
4254
4255
# File 'sig/types.rbs', line 4253

def execution_role_arn
  @execution_role_arn
end

#explainer_configTypes::ExplainerConfig

Returns the value of attribute explainer_config.



4251
4252
4253
# File 'sig/types.rbs', line 4251

def explainer_config
  @explainer_config
end

#kms_key_id::String

Returns the value of attribute kms_key_id.



4248
4249
4250
# File 'sig/types.rbs', line 4248

def kms_key_id
  @kms_key_id
end

#metrics_configTypes::MetricsConfig

Returns the value of attribute metrics_config.



4256
4257
4258
# File 'sig/types.rbs', line 4256

def metrics_config
  @metrics_config
end

#production_variants::Array[Types::ProductionVariant]

Returns the value of attribute production_variants.



4246
4247
4248
# File 'sig/types.rbs', line 4246

def production_variants
  @production_variants
end

#shadow_production_variants::Array[Types::ProductionVariant]

Returns the value of attribute shadow_production_variants.



4252
4253
4254
# File 'sig/types.rbs', line 4252

def shadow_production_variants
  @shadow_production_variants
end

#vpc_configTypes::VpcConfig

Returns the value of attribute vpc_config.



4254
4255
4256
# File 'sig/types.rbs', line 4254

def vpc_config
  @vpc_config
end