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.
102 103 104 |
# File 'sig/types.rbs', line 102 def description @description end |
#name ⇒ ::String
Returns the value of attribute name.
99 100 101 |
# File 'sig/types.rbs', line 99 def name @name end |
#output_config ⇒ Types::OutputConfig
Returns the value of attribute output_config.
100 101 102 |
# File 'sig/types.rbs', line 100 def output_config @output_config end |
#status ⇒ "ENABLED", "DISABLED"
Returns the value of attribute status.
101 102 103 |
# File 'sig/types.rbs', line 101 def status @status end |