Class: Aws::Types::DecoderManifestSummary

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)


382
383
384
# File 'sig/types.rbs', line 382

def arn
  @arn
end

#creation_time ⇒ ::Time

Returns the value of attribute creation_time.

Returns:

  • (::Time)


386
387
388
# File 'sig/types.rbs', line 386

def creation_time
  @creation_time
end

#description ⇒ ::String

Returns the value of attribute description.

Returns:

  • (::String)


384
385
386
# File 'sig/types.rbs', line 384

def description
  @description
end

#last_modification_time ⇒ ::Time

Returns the value of attribute last_modification_time.

Returns:

  • (::Time)


387
388
389
# File 'sig/types.rbs', line 387

def last_modification_time
  @last_modification_time
end

#message ⇒ ::String

Returns the value of attribute message.

Returns:

  • (::String)


388
389
390
# File 'sig/types.rbs', line 388

def message
  @message
end

#model_manifest_arn ⇒ ::String

Returns the value of attribute model_manifest_arn.

Returns:

  • (::String)


383
384
385
# File 'sig/types.rbs', line 383

def model_manifest_arn
  @model_manifest_arn
end

#name ⇒ ::String

Returns the value of attribute name.

Returns:

  • (::String)


381
382
383
# File 'sig/types.rbs', line 381

def name
  @name
end

#status ⇒ "ACTIVE", ...

Returns the value of attribute status.

Returns:

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


385
386
387
# File 'sig/types.rbs', line 385

def status
  @status
end