Class: Aws::Types::VerifiedAccessLogCloudWatchLogsDestinationOptions

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#enabledBoolean

Returns the value of attribute enabled.

Returns:

  • (Boolean)


19376
19377
19378
# File 'sig/types.rbs', line 19376

def enabled
  @enabled
end

#log_group::String

Returns the value of attribute log_group.

Returns:

  • (::String)


19377
19378
19379
# File 'sig/types.rbs', line 19377

def log_group
  @log_group
end