Class: Aws::Types::Update
- Inherits:
-
Object
- Object
- Aws::Types::Update
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#cancellation ⇒ Types::Cancellation
Returns the value of attribute cancellation.
-
#created_at ⇒ ::Time
Returns the value of attribute created_at.
-
#errors ⇒ ::Array[Types::ErrorDetail]
Returns the value of attribute errors.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#params ⇒ ::Array[Types::UpdateParam]
Returns the value of attribute params.
-
#status ⇒ "InProgress", ...
Returns the value of attribute status.
-
#type ⇒ "VersionUpdate", ...
Returns the value of attribute type.
Instance Attribute Details
#cancellation ⇒ Types::Cancellation
Returns the value of attribute cancellation.
1823 1824 1825 |
# File 'sig/types.rbs', line 1823 def cancellation @cancellation end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
1821 1822 1823 |
# File 'sig/types.rbs', line 1821 def created_at @created_at end |
#errors ⇒ ::Array[Types::ErrorDetail]
Returns the value of attribute errors.
1822 1823 1824 |
# File 'sig/types.rbs', line 1822 def errors @errors end |
#id ⇒ ::String
Returns the value of attribute id.
1817 1818 1819 |
# File 'sig/types.rbs', line 1817 def id @id end |
#params ⇒ ::Array[Types::UpdateParam]
Returns the value of attribute params.
1820 1821 1822 |
# File 'sig/types.rbs', line 1820 def params @params end |
#status ⇒ "InProgress", ...
Returns the value of attribute status.
1818 1819 1820 |
# File 'sig/types.rbs', line 1818 def status @status end |
#type ⇒ "VersionUpdate", ...
Returns the value of attribute type.
1819 1820 1821 |
# File 'sig/types.rbs', line 1819 def type @type end |