Class: Aws::Types::CloudWatchLogsDestination

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#iam_role_arn::String

Returns the value of attribute iam_role_arn.

Returns:

  • (::String)


85
86
87
# File 'sig/types.rbs', line 85

def iam_role_arn
  @iam_role_arn
end

#log_group_arn::String

Returns the value of attribute log_group_arn.

Returns:

  • (::String)


86
87
88
# File 'sig/types.rbs', line 86

def log_group_arn
  @log_group_arn
end