Class: Aws::Types::MigrationAlert
- Inherits:
-
Object
- Object
- Aws::Types::MigrationAlert
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#details ⇒ ::Array[::String]
Returns the value of attribute details.
-
#message ⇒ ::String
Returns the value of attribute message.
-
#reference_urls ⇒ ::Array[::String]
Returns the value of attribute reference_urls.
-
#type ⇒ "ERROR", "WARN"
Returns the value of attribute type.
Instance Attribute Details
#details ⇒ ::Array[::String]
Returns the value of attribute details.
660 661 662 |
# File 'sig/types.rbs', line 660 def details @details end |
#message ⇒ ::String
Returns the value of attribute message.
659 660 661 |
# File 'sig/types.rbs', line 659 def end |
#reference_urls ⇒ ::Array[::String]
Returns the value of attribute reference_urls.
661 662 663 |
# File 'sig/types.rbs', line 661 def reference_urls @reference_urls end |
#type ⇒ "ERROR", "WARN"
Returns the value of attribute type.
658 659 660 |
# File 'sig/types.rbs', line 658 def type @type end |