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.
249 250 251 |
# File 'sig/types.rbs', line 249 def description @description end |
#from_association ⇒ Boolean
Returns the value of attribute from_association.
250 251 252 |
# File 'sig/types.rbs', line 250 def from_association @from_association end |
#name ⇒ ::String
Returns the value of attribute name.
246 247 248 |
# File 'sig/types.rbs', line 246 def name @name end |
#output_config ⇒ Types::OutputConfig
Returns the value of attribute output_config.
247 248 249 |
# File 'sig/types.rbs', line 247 def output_config @output_config end |
#status ⇒ "ENABLED", "DISABLED"
Returns the value of attribute status.
248 249 250 |
# File 'sig/types.rbs', line 248 def status @status end |