Class: Aws::Types::Readiness
- Inherits:
-
Object
- Object
- Aws::Types::Readiness
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#message ⇒ ::String
Returns the value of attribute message.
-
#progress_percentage ⇒ ::Integer
Returns the value of attribute progress_percentage.
Instance Attribute Details
#message ⇒ ::String
Returns the value of attribute message.
2414 2415 2416 |
# File 'sig/types.rbs', line 2414 def @message end |
#progress_percentage ⇒ ::Integer
Returns the value of attribute progress_percentage.
2413 2414 2415 |
# File 'sig/types.rbs', line 2413 def progress_percentage @progress_percentage end |