Class: Aws::Types::PutAuditEventsRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#audit_events ⇒ ::Array[Types::AuditEvent]

Returns the value of attribute audit_events.

Returns:



50
51
52
# File 'sig/types.rbs', line 50

def audit_events
  @audit_events
end

#channel_arn ⇒ ::String

Returns the value of attribute channel_arn.

Returns:

  • (::String)


51
52
53
# File 'sig/types.rbs', line 51

def channel_arn
  @channel_arn
end

#external_id ⇒ ::String

Returns the value of attribute external_id.

Returns:

  • (::String)


52
53
54
# File 'sig/types.rbs', line 52

def external_id
  @external_id
end