Class: Aws::Types::OutputGroup
- Inherits:
-
Object
- Object
- Aws::Types::OutputGroup
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#automated_encoding_settings ⇒ Types::AutomatedEncodingSettings
Returns the value of attribute automated_encoding_settings.
-
#custom_name ⇒ ::String
Returns the value of attribute custom_name.
-
#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
#automated_encoding_settings ⇒ Types::AutomatedEncodingSettings
Returns the value of attribute automated_encoding_settings.
2042 2043 2044 |
# File 'sig/types.rbs', line 2042 def automated_encoding_settings @automated_encoding_settings end |
#custom_name ⇒ ::String
Returns the value of attribute custom_name.
2043 2044 2045 |
# File 'sig/types.rbs', line 2043 def custom_name @custom_name end |
#name ⇒ ::String
Returns the value of attribute name.
2044 2045 2046 |
# File 'sig/types.rbs', line 2044 def name @name end |
#output_group_settings ⇒ Types::OutputGroupSettings
Returns the value of attribute output_group_settings.
2045 2046 2047 |
# File 'sig/types.rbs', line 2045 def output_group_settings @output_group_settings end |
#outputs ⇒ ::Array[Types::Output]
Returns the value of attribute outputs.
2046 2047 2048 |
# File 'sig/types.rbs', line 2046 def outputs @outputs end |