Class: Aws::Types::OutputGroup
- Inherits:
-
Object
- Object
- Aws::Types::OutputGroup
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#name ⇒ ::String
Returns the value of attribute name.
-
#output_group_settings ⇒ Types::OutputGroupSettings
Returns the value of attribute output_group_settings.
-
#outputs ⇒ ::Array[Types::Output]
Returns the value of attribute outputs.
Instance Attribute Details
#name ⇒ ::String
Returns the value of attribute name.
2608 2609 2610 |
# File 'sig/types.rbs', line 2608 def name @name end |
#output_group_settings ⇒ Types::OutputGroupSettings
Returns the value of attribute output_group_settings.
2609 2610 2611 |
# File 'sig/types.rbs', line 2609 def output_group_settings @output_group_settings end |
#outputs ⇒ ::Array[Types::Output]
Returns the value of attribute outputs.
2610 2611 2612 |
# File 'sig/types.rbs', line 2610 def outputs @outputs end |