Class: Aws::Types::MigrationAlert

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#details::Array[::String]

Returns the value of attribute details.

Returns:

  • (::Array[::String])


660
661
662
# File 'sig/types.rbs', line 660

def details
  @details
end

#message::String

Returns the value of attribute message.

Returns:

  • (::String)


659
660
661
# File 'sig/types.rbs', line 659

def message
  @message
end

#reference_urls::Array[::String]

Returns the value of attribute reference_urls.

Returns:

  • (::Array[::String])


661
662
663
# File 'sig/types.rbs', line 661

def reference_urls
  @reference_urls
end

#type"ERROR", "WARN"

Returns the value of attribute type.

Returns:

  • ("ERROR", "WARN")


658
659
660
# File 'sig/types.rbs', line 658

def type
  @type
end