Class: Aws::Types::AuditNotificationTarget

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)


269
270
271
# File 'sig/types.rbs', line 269

def enabled
  @enabled
end

#role_arn::String

Returns the value of attribute role_arn.

Returns:

  • (::String)


268
269
270
# File 'sig/types.rbs', line 268

def role_arn
  @role_arn
end

#target_arn::String

Returns the value of attribute target_arn.

Returns:

  • (::String)


267
268
269
# File 'sig/types.rbs', line 267

def target_arn
  @target_arn
end