Class: Aws::Types::ConfigurationSummary
- Inherits:
-
Object
- Object
- Aws::Types::ConfigurationSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#data_sources ⇒ ::Array[Types::DataSource]
Returns the value of attribute data_sources.
-
#processor_count ⇒ ::Integer
Returns the value of attribute processor_count.
-
#processors ⇒ ::Array[::String]
Returns the value of attribute processors.
-
#sinks ⇒ ::Array[::String]
Returns the value of attribute sinks.
-
#sources ⇒ ::Array[Types::Source]
Returns the value of attribute sources.
Instance Attribute Details
#data_sources ⇒ ::Array[Types::DataSource]
Returns the value of attribute data_sources.
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.
90 91 92 |
# File 'sig/types.rbs', line 90 def processor_count @processor_count end |
#processors ⇒ ::Array[::String]
Returns the value of attribute processors.
89 90 91 |
# File 'sig/types.rbs', line 89 def processors @processors end |
#sinks ⇒ ::Array[::String]
Returns the value of attribute sinks.
91 92 93 |
# File 'sig/types.rbs', line 91 def sinks @sinks end |
#sources ⇒ ::Array[Types::Source]
Returns the value of attribute sources.
87 88 89 |
# File 'sig/types.rbs', line 87 def sources @sources end |