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.
96 97 98 |
# File 'sig/types.rbs', line 96 def description @description end |
#name ⇒ ::String
Returns the value of attribute name.
93 94 95 |
# File 'sig/types.rbs', line 93 def name @name end |
#output_config ⇒ Types::OutputConfig
Returns the value of attribute output_config.
94 95 96 |
# File 'sig/types.rbs', line 94 def output_config @output_config end |
#status ⇒ "ENABLED", "DISABLED"
Returns the value of attribute status.
95 96 97 |
# File 'sig/types.rbs', line 95 def status @status end |