Class: Aws::Types::GetOutput
- Inherits:
-
Object
- Object
- Aws::Types::GetOutput
- 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.
269 270 271 |
# File 'sig/types.rbs', line 269 def description @description end |
#from_association ⇒ Boolean
Returns the value of attribute from_association.
270 271 272 |
# File 'sig/types.rbs', line 270 def from_association @from_association end |
#name ⇒ ::String
Returns the value of attribute name.
266 267 268 |
# File 'sig/types.rbs', line 266 def name @name end |
#output_config ⇒ Types::OutputConfig
Returns the value of attribute output_config.
267 268 269 |
# File 'sig/types.rbs', line 267 def output_config @output_config end |
#status ⇒ "ENABLED", "DISABLED"
Returns the value of attribute status.
268 269 270 |
# File 'sig/types.rbs', line 268 def status @status end |