Class: Aws::Types::UpdateConfigurationOutput
- Inherits:
-
Object
- Object
- Aws::Types::UpdateConfigurationOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#created ⇒ ::Time
Returns the value of attribute created.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#latest_revision ⇒ Types::ConfigurationRevision
Returns the value of attribute latest_revision.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#warnings ⇒ ::Array[Types::SanitizationWarning]
Returns the value of attribute warnings.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
838 839 840 |
# File 'sig/types.rbs', line 838 def arn @arn end |
#created ⇒ ::Time
Returns the value of attribute created.
839 840 841 |
# File 'sig/types.rbs', line 839 def created @created end |
#id ⇒ ::String
Returns the value of attribute id.
840 841 842 |
# File 'sig/types.rbs', line 840 def id @id end |
#latest_revision ⇒ Types::ConfigurationRevision
Returns the value of attribute latest_revision.
841 842 843 |
# File 'sig/types.rbs', line 841 def latest_revision @latest_revision end |
#name ⇒ ::String
Returns the value of attribute name.
842 843 844 |
# File 'sig/types.rbs', line 842 def name @name end |
#warnings ⇒ ::Array[Types::SanitizationWarning]
Returns the value of attribute warnings.
843 844 845 |
# File 'sig/types.rbs', line 843 def warnings @warnings end |