Class: Aws::Types::GetDecoderManifestResponse

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)


544
545
546
# File 'sig/types.rbs', line 544

def arn
  @arn
end

#creation_time ⇒ ::Time

Returns the value of attribute creation_time.

Returns:

  • (::Time)


548
549
550
# File 'sig/types.rbs', line 548

def creation_time
  @creation_time
end

#description ⇒ ::String

Returns the value of attribute description.

Returns:

  • (::String)


545
546
547
# File 'sig/types.rbs', line 545

def description
  @description
end

#last_modification_time ⇒ ::Time

Returns the value of attribute last_modification_time.

Returns:

  • (::Time)


549
550
551
# File 'sig/types.rbs', line 549

def last_modification_time
  @last_modification_time
end

#message ⇒ ::String

Returns the value of attribute message.

Returns:

  • (::String)


550
551
552
# File 'sig/types.rbs', line 550

def message
  @message
end

#model_manifest_arn ⇒ ::String

Returns the value of attribute model_manifest_arn.

Returns:

  • (::String)


546
547
548
# File 'sig/types.rbs', line 546

def model_manifest_arn
  @model_manifest_arn
end

#name ⇒ ::String

Returns the value of attribute name.

Returns:

  • (::String)


543
544
545
# File 'sig/types.rbs', line 543

def name
  @name
end

#status ⇒ "ACTIVE", ...

Returns the value of attribute status.

Returns:

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


547
548
549
# File 'sig/types.rbs', line 547

def status
  @status
end