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.



4276
4277
4278
# File 'sig/types.rbs', line 4276

def async_inference_config
  @async_inference_config
end

#creation_time::Time

Returns the value of attribute creation_time.

Returns:

  • (::Time)


4273
4274
4275
# File 'sig/types.rbs', line 4273

def creation_time
  @creation_time
end

#data_capture_configTypes::DataCaptureConfigSummary

Returns the value of attribute data_capture_config.



4270
4271
4272
# File 'sig/types.rbs', line 4270

def data_capture_config
  @data_capture_config
end

#endpoint_arn::String

Returns the value of attribute endpoint_arn.

Returns:

  • (::String)


4267
4268
4269
# File 'sig/types.rbs', line 4267

def endpoint_arn
  @endpoint_arn
end

#endpoint_config_name::String

Returns the value of attribute endpoint_config_name.

Returns:

  • (::String)


4268
4269
4270
# File 'sig/types.rbs', line 4268

def endpoint_config_name
  @endpoint_config_name
end

#endpoint_name::String

Returns the value of attribute endpoint_name.

Returns:

  • (::String)


4266
4267
4268
# File 'sig/types.rbs', line 4266

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")


4271
4272
4273
# File 'sig/types.rbs', line 4271

def endpoint_status
  @endpoint_status
end

#explainer_configTypes::ExplainerConfig

Returns the value of attribute explainer_config.



4278
4279
4280
# File 'sig/types.rbs', line 4278

def explainer_config
  @explainer_config
end

#failure_reason::String

Returns the value of attribute failure_reason.

Returns:

  • (::String)


4272
4273
4274
# File 'sig/types.rbs', line 4272

def failure_reason
  @failure_reason
end

#last_deployment_configTypes::DeploymentConfig

Returns the value of attribute last_deployment_config.



4275
4276
4277
# File 'sig/types.rbs', line 4275

def last_deployment_config
  @last_deployment_config
end

#last_modified_time::Time

Returns the value of attribute last_modified_time.

Returns:

  • (::Time)


4274
4275
4276
# File 'sig/types.rbs', line 4274

def last_modified_time
  @last_modified_time
end

#metrics_configTypes::MetricsConfig

Returns the value of attribute metrics_config.



4280
4281
4282
# File 'sig/types.rbs', line 4280

def metrics_config
  @metrics_config
end

#pending_deployment_summaryTypes::PendingDeploymentSummary

Returns the value of attribute pending_deployment_summary.



4277
4278
4279
# File 'sig/types.rbs', line 4277

def pending_deployment_summary
  @pending_deployment_summary
end

#production_variants::Array[Types::ProductionVariantSummary]

Returns the value of attribute production_variants.

Returns:



4269
4270
4271
# File 'sig/types.rbs', line 4269

def production_variants
  @production_variants
end

#shadow_production_variants::Array[Types::ProductionVariantSummary]

Returns the value of attribute shadow_production_variants.

Returns:



4279
4280
4281
# File 'sig/types.rbs', line 4279

def shadow_production_variants
  @shadow_production_variants
end