Class: Aws::Types::CreateOutput
- Inherits:
-
Object
- Object
- Aws::Types::CreateOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#description ⇒ ::String
Returns the value of attribute description.
-
#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.
89 90 91 |
# File 'sig/types.rbs', line 89 def description @description end |
#name ⇒ ::String
Returns the value of attribute name.
86 87 88 |
# File 'sig/types.rbs', line 86 def name @name end |
#output_config ⇒ Types::OutputConfig
Returns the value of attribute output_config.
87 88 89 |
# File 'sig/types.rbs', line 87 def output_config @output_config end |
#status ⇒ "ENABLED", "DISABLED"
Returns the value of attribute status.
88 89 90 |
# File 'sig/types.rbs', line 88 def status @status end |