Class: Aws::Types::MarketplaceModelEndpointSummary

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#created_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


2941
2942
2943
# File 'sig/types.rbs', line 2941

def created_at
  @created_at
end

#endpoint_arn::String

Returns the value of attribute endpoint_arn.

Returns:

  • (::String)


2937
2938
2939
# File 'sig/types.rbs', line 2937

def endpoint_arn
  @endpoint_arn
end

#model_source_identifier::String

Returns the value of attribute model_source_identifier.

Returns:

  • (::String)


2938
2939
2940
# File 'sig/types.rbs', line 2938

def model_source_identifier
  @model_source_identifier
end

#status"REGISTERED", "INCOMPATIBLE_ENDPOINT"

Returns the value of attribute status.

Returns:

  • ("REGISTERED", "INCOMPATIBLE_ENDPOINT")


2939
2940
2941
# File 'sig/types.rbs', line 2939

def status
  @status
end

#status_message::String

Returns the value of attribute status_message.

Returns:

  • (::String)


2940
2941
2942
# File 'sig/types.rbs', line 2940

def status_message
  @status_message
end

#updated_at::Time

Returns the value of attribute updated_at.

Returns:

  • (::Time)


2942
2943
2944
# File 'sig/types.rbs', line 2942

def updated_at
  @updated_at
end