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

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


2608
2609
2610
# File 'sig/types.rbs', line 2608

def name
  @name
end

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

Returns:



2610
2611
2612
# File 'sig/types.rbs', line 2610

def outputs
  @outputs
end