Class: Aws::Types::ConfigurationSummary

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#data_sources::Array[Types::DataSource]

Returns the value of attribute data_sources.

Returns:



88
89
90
# File 'sig/types.rbs', line 88

def data_sources
  @data_sources
end

#processor_count::Integer

Returns the value of attribute processor_count.

Returns:

  • (::Integer)


90
91
92
# File 'sig/types.rbs', line 90

def processor_count
  @processor_count
end

#processors::Array[::String]

Returns the value of attribute processors.

Returns:

  • (::Array[::String])


89
90
91
# File 'sig/types.rbs', line 89

def processors
  @processors
end

#sinks::Array[::String]

Returns the value of attribute sinks.

Returns:

  • (::Array[::String])


91
92
93
# File 'sig/types.rbs', line 91

def sinks
  @sinks
end

#sources::Array[Types::Source]

Returns the value of attribute sources.

Returns:



87
88
89
# File 'sig/types.rbs', line 87

def sources
  @sources
end