Class: Aws::Types::DescribeEndpointOutput

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.



4259
4260
4261
# File 'sig/types.rbs', line 4259

def async_inference_config
  @async_inference_config
end

#creation_time::Time

Returns the value of attribute creation_time.

Returns:

  • (::Time)


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

def creation_time
  @creation_time
end

#data_capture_configTypes::DataCaptureConfigSummary

Returns the value of attribute data_capture_config.



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

def data_capture_config
  @data_capture_config
end

#endpoint_arn::String

Returns the value of attribute endpoint_arn.

Returns:

  • (::String)


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

def endpoint_arn
  @endpoint_arn
end

#endpoint_config_name::String

Returns the value of attribute endpoint_config_name.

Returns:

  • (::String)


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

def endpoint_config_name
  @endpoint_config_name
end

#endpoint_name::String

Returns the value of attribute endpoint_name.

Returns:

  • (::String)


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

def endpoint_name
  @endpoint_name
end

#endpoint_status"OutOfService", ...

Returns the value of attribute endpoint_status.

Returns:

  • ("OutOfService", "Creating", "Updating", "SystemUpdating", "RollingBack", "InService", "Deleting", "Failed", "UpdateRollbackFailed")


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

def endpoint_status
  @endpoint_status
end

#explainer_configTypes::ExplainerConfig

Returns the value of attribute explainer_config.



4261
4262
4263
# File 'sig/types.rbs', line 4261

def explainer_config
  @explainer_config
end

#failure_reason::String

Returns the value of attribute failure_reason.

Returns:

  • (::String)


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

def failure_reason
  @failure_reason
end

#last_deployment_configTypes::DeploymentConfig

Returns the value of attribute last_deployment_config.



4258
4259
4260
# File 'sig/types.rbs', line 4258

def last_deployment_config
  @last_deployment_config
end

#last_modified_time::Time

Returns the value of attribute last_modified_time.

Returns:

  • (::Time)


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

def last_modified_time
  @last_modified_time
end

#metrics_configTypes::MetricsConfig

Returns the value of attribute metrics_config.



4263
4264
4265
# File 'sig/types.rbs', line 4263

def metrics_config
  @metrics_config
end

#pending_deployment_summaryTypes::PendingDeploymentSummary

Returns the value of attribute pending_deployment_summary.



4260
4261
4262
# File 'sig/types.rbs', line 4260

def pending_deployment_summary
  @pending_deployment_summary
end

#production_variants::Array[Types::ProductionVariantSummary]

Returns the value of attribute production_variants.

Returns:



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

def production_variants
  @production_variants
end

#shadow_production_variants::Array[Types::ProductionVariantSummary]

Returns the value of attribute shadow_production_variants.

Returns:



4262
4263
4264
# File 'sig/types.rbs', line 4262

def shadow_production_variants
  @shadow_production_variants
end