Class: Aws::Types::CentralizationRuleDestination

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#account::String

Returns the value of attribute account.

Returns:

  • (::String)


47
48
49
# File 'sig/types.rbs', line 47

def 
  @account
end

#destination_logs_configurationTypes::DestinationLogsConfiguration

Returns the value of attribute destination_logs_configuration.



48
49
50
# File 'sig/types.rbs', line 48

def destination_logs_configuration
  @destination_logs_configuration
end

#destination_metrics_configurationTypes::DestinationMetricsConfiguration

Returns the value of attribute destination_metrics_configuration.



49
50
51
# File 'sig/types.rbs', line 49

def destination_metrics_configuration
  @destination_metrics_configuration
end

#region::String

Returns the value of attribute region.

Returns:

  • (::String)


46
47
48
# File 'sig/types.rbs', line 46

def region
  @region
end