Class: Aws::Types::OutputGroup

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#automated_encoding_settingsTypes::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.

Returns:

  • (::String)


2064
2065
2066
# File 'sig/types.rbs', line 2064

def custom_name
  @custom_name
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


2065
2066
2067
# File 'sig/types.rbs', line 2065

def name
  @name
end

#output_group_settingsTypes::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.

Returns:



2067
2068
2069
# File 'sig/types.rbs', line 2067

def outputs
  @outputs
end