Class: Aws::Types::UpdateOutput
- Inherits:
-
Object
- Object
- Aws::Types::UpdateOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#description ⇒ ::String
Returns the value of attribute description.
-
#from_association ⇒ Boolean
Returns the value of attribute from_association.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#output_config ⇒ Types::OutputConfig
Returns the value of attribute output_config.
-
#status ⇒ "ENABLED", "DISABLED"
Returns the value of attribute status.
Instance Attribute Details
#description ⇒ ::String
Returns the value of attribute description.
404 405 406 |
# File 'sig/types.rbs', line 404 def description @description end |
#from_association ⇒ Boolean
Returns the value of attribute from_association.
405 406 407 |
# File 'sig/types.rbs', line 405 def from_association @from_association end |
#name ⇒ ::String
Returns the value of attribute name.
401 402 403 |
# File 'sig/types.rbs', line 401 def name @name end |
#output_config ⇒ Types::OutputConfig
Returns the value of attribute output_config.
402 403 404 |
# File 'sig/types.rbs', line 402 def output_config @output_config end |
#status ⇒ "ENABLED", "DISABLED"
Returns the value of attribute status.
403 404 405 |
# File 'sig/types.rbs', line 403 def status @status end |