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.



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.

Returns:

  • (::String)


2043
2044
2045
# File 'sig/types.rbs', line 2043

def custom_name
  @custom_name
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


2044
2045
2046
# File 'sig/types.rbs', line 2044

def name
  @name
end

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

Returns:



2046
2047
2048
# File 'sig/types.rbs', line 2046

def outputs
  @outputs
end