Class: Aws::Types::CloudwatchLogsAction

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#batch_modeBoolean

Returns the value of attribute batch_mode.

Returns:

  • (Boolean)


590
591
592
# File 'sig/types.rbs', line 590

def batch_mode
  @batch_mode
end

#log_group_name::String

Returns the value of attribute log_group_name.

Returns:

  • (::String)


589
590
591
# File 'sig/types.rbs', line 589

def log_group_name
  @log_group_name
end

#role_arn::String

Returns the value of attribute role_arn.

Returns:

  • (::String)


588
589
590
# File 'sig/types.rbs', line 588

def role_arn
  @role_arn
end