Class: Aws::Types::GetModelManifestResponse

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)


597
598
599
# File 'sig/types.rbs', line 597

def arn
  @arn
end

#creation_time ⇒ ::Time

Returns the value of attribute creation_time.

Returns:

  • (::Time)


601
602
603
# File 'sig/types.rbs', line 601

def creation_time
  @creation_time
end

#description ⇒ ::String

Returns the value of attribute description.

Returns:

  • (::String)


598
599
600
# File 'sig/types.rbs', line 598

def description
  @description
end

#last_modification_time ⇒ ::Time

Returns the value of attribute last_modification_time.

Returns:

  • (::Time)


602
603
604
# File 'sig/types.rbs', line 602

def last_modification_time
  @last_modification_time
end

#name ⇒ ::String

Returns the value of attribute name.

Returns:

  • (::String)


596
597
598
# File 'sig/types.rbs', line 596

def name
  @name
end

#signal_catalog_arn ⇒ ::String

Returns the value of attribute signal_catalog_arn.

Returns:

  • (::String)


599
600
601
# File 'sig/types.rbs', line 599

def signal_catalog_arn
  @signal_catalog_arn
end

#status ⇒ "ACTIVE", ...

Returns the value of attribute status.

Returns:

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


600
601
602
# File 'sig/types.rbs', line 600

def status
  @status
end