Class: Aws::Types::UpdateConfigurationResponse
- Inherits:
-
Object
- Object
- Aws::Types::UpdateConfigurationResponse
- 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.
855 856 857 |
# File 'sig/types.rbs', line 855 def arn @arn end |
#created ⇒ ::Time
Returns the value of attribute created.
856 857 858 |
# File 'sig/types.rbs', line 856 def created @created end |
#id ⇒ ::String
Returns the value of attribute id.
857 858 859 |
# File 'sig/types.rbs', line 857 def id @id end |
#latest_revision ⇒ Types::ConfigurationRevision
Returns the value of attribute latest_revision.
858 859 860 |
# File 'sig/types.rbs', line 858 def latest_revision @latest_revision end |
#name ⇒ ::String
Returns the value of attribute name.
859 860 861 |
# File 'sig/types.rbs', line 859 def name @name end |
#warnings ⇒ ::Array[Types::SanitizationWarning]
Returns the value of attribute warnings.
860 861 862 |
# File 'sig/types.rbs', line 860 def warnings @warnings end |