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.
2063 2064 2065 |
# File 'sig/types.rbs', line 2063 def automated_encoding_settings @automated_encoding_settings end |
#custom_name ⇒ ::String
Returns the value of attribute custom_name.
2064 2065 2066 |
# File 'sig/types.rbs', line 2064 def custom_name @custom_name end |
#name ⇒ ::String
Returns the value of attribute name.
2065 2066 2067 |
# File 'sig/types.rbs', line 2065 def name @name end |
#output_group_settings ⇒ Types::OutputGroupSettings
Returns the value of attribute output_group_settings.
2066 2067 2068 |
# File 'sig/types.rbs', line 2066 def output_group_settings @output_group_settings end |
#outputs ⇒ ::Array[Types::Output]
Returns the value of attribute outputs.
2067 2068 2069 |
# File 'sig/types.rbs', line 2067 def outputs @outputs end |