Class: Aws::Types::CentralizationRuleSource

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#regions::Array[::String]

Returns the value of attribute regions.

Returns:

  • (::Array[::String])


54
55
56
# File 'sig/types.rbs', line 54

def regions
  @regions
end

#scope::String

Returns the value of attribute scope.

Returns:

  • (::String)


55
56
57
# File 'sig/types.rbs', line 55

def scope
  @scope
end

#source_logs_configurationTypes::SourceLogsConfiguration

Returns the value of attribute source_logs_configuration.



56
57
58
# File 'sig/types.rbs', line 56

def source_logs_configuration
  @source_logs_configuration
end

#source_metrics_configurationTypes::SourceMetricsConfiguration

Returns the value of attribute source_metrics_configuration.



57
58
59
# File 'sig/types.rbs', line 57

def source_metrics_configuration
  @source_metrics_configuration
end