Class: Aws::Types::MarketplaceModelEndpoint

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)


2928
2929
2930
# File 'sig/types.rbs', line 2928

def created_at
  @created_at
end

#endpoint_arn::String

Returns the value of attribute endpoint_arn.

Returns:

  • (::String)


2924
2925
2926
# File 'sig/types.rbs', line 2924

def endpoint_arn
  @endpoint_arn
end

#endpoint_configTypes::EndpointConfig

Returns the value of attribute endpoint_config.



2930
2931
2932
# File 'sig/types.rbs', line 2930

def endpoint_config
  @endpoint_config
end

#endpoint_status::String

Returns the value of attribute endpoint_status.

Returns:

  • (::String)


2931
2932
2933
# File 'sig/types.rbs', line 2931

def endpoint_status
  @endpoint_status
end

#endpoint_status_message::String

Returns the value of attribute endpoint_status_message.

Returns:

  • (::String)


2932
2933
2934
# File 'sig/types.rbs', line 2932

def endpoint_status_message
  @endpoint_status_message
end

#model_source_identifier::String

Returns the value of attribute model_source_identifier.

Returns:

  • (::String)


2925
2926
2927
# File 'sig/types.rbs', line 2925

def model_source_identifier
  @model_source_identifier
end

#status"REGISTERED", "INCOMPATIBLE_ENDPOINT"

Returns the value of attribute status.

Returns:

  • ("REGISTERED", "INCOMPATIBLE_ENDPOINT")


2926
2927
2928
# File 'sig/types.rbs', line 2926

def status
  @status
end

#status_message::String

Returns the value of attribute status_message.

Returns:

  • (::String)


2927
2928
2929
# File 'sig/types.rbs', line 2927

def status_message
  @status_message
end

#updated_at::Time

Returns the value of attribute updated_at.

Returns:

  • (::Time)


2929
2930
2931
# File 'sig/types.rbs', line 2929

def updated_at
  @updated_at
end