Class: Aws::Types::AwsOpenSearchServiceDomainLogPublishingOption

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#cloud_watch_logs_log_group_arn::String

Returns the value of attribute cloud_watch_logs_log_group_arn.

Returns:

  • (::String)


3353
3354
3355
# File 'sig/types.rbs', line 3353

def cloud_watch_logs_log_group_arn
  @cloud_watch_logs_log_group_arn
end

#enabledBoolean

Returns the value of attribute enabled.

Returns:

  • (Boolean)


3354
3355
3356
# File 'sig/types.rbs', line 3354

def enabled
  @enabled
end