Class: Aws::Types::ModelManifestSummary

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)


959
960
961
# File 'sig/types.rbs', line 959

def arn
  @arn
end

#creation_time ⇒ ::Time

Returns the value of attribute creation_time.

Returns:

  • (::Time)


963
964
965
# File 'sig/types.rbs', line 963

def creation_time
  @creation_time
end

#description ⇒ ::String

Returns the value of attribute description.

Returns:

  • (::String)


961
962
963
# File 'sig/types.rbs', line 961

def description
  @description
end

#last_modification_time ⇒ ::Time

Returns the value of attribute last_modification_time.

Returns:

  • (::Time)


964
965
966
# File 'sig/types.rbs', line 964

def last_modification_time
  @last_modification_time
end

#name ⇒ ::String

Returns the value of attribute name.

Returns:

  • (::String)


958
959
960
# File 'sig/types.rbs', line 958

def name
  @name
end

#signal_catalog_arn ⇒ ::String

Returns the value of attribute signal_catalog_arn.

Returns:

  • (::String)


960
961
962
# File 'sig/types.rbs', line 960

def signal_catalog_arn
  @signal_catalog_arn
end

#status ⇒ "ACTIVE", ...

Returns the value of attribute status.

Returns:

  • ("ACTIVE", "DRAFT", "INVALID", "VALIDATING")


962
963
964
# File 'sig/types.rbs', line 962

def status
  @status
end