Class: Aws::Types::ComputationModelSummary

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


756
757
758
# File 'sig/types.rbs', line 756

def arn
  @arn
end

#creation_date::Time

Returns the value of attribute creation_date.

Returns:

  • (::Time)


760
761
762
# File 'sig/types.rbs', line 760

def creation_date
  @creation_date
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


758
759
760
# File 'sig/types.rbs', line 758

def description
  @description
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


755
756
757
# File 'sig/types.rbs', line 755

def id
  @id
end

#last_update_date::Time

Returns the value of attribute last_update_date.

Returns:

  • (::Time)


761
762
763
# File 'sig/types.rbs', line 761

def last_update_date
  @last_update_date
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


757
758
759
# File 'sig/types.rbs', line 757

def name
  @name
end

#statusTypes::ComputationModelStatus

Returns the value of attribute status.



762
763
764
# File 'sig/types.rbs', line 762

def status
  @status
end

#type"ANOMALY_DETECTION"

Returns the value of attribute type.

Returns:

  • ("ANOMALY_DETECTION")


759
760
761
# File 'sig/types.rbs', line 759

def type
  @type
end

#version::String

Returns the value of attribute version.

Returns:

  • (::String)


763
764
765
# File 'sig/types.rbs', line 763

def version
  @version
end